mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-02 04:40:01 +01:00
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
10 lines
260 B
SCSS
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"; |