Files
NodeBB/public/scss/client.scss
Barış Soner Uşaklı 80d8cfda1c move btn-ghost to core
remove "btn-outline", it can be replaced with "btn-ghost border"
move chats templates and css from harmony to core, persona nd peace will use same templates
2024-01-05 17:27:18 -05:00

10 lines
260 B
SCSS

// core scss files shared by all themes
@import "flags";
@import "chats";
@import "global";
@import "modals";
@import "btn-ghost";
@import "modules/picture-switcher";
@import "modules/bottom-sheet";
@import "modules/icon-picker";
@import "modules/alerts.scss";