Er2
787310c3c9
Started using classes instead of *= selectors.
Switching to new status picker.
Center avatar near status picker.
Fix media embed width.
Fix warning icon in profile.
Revert 8d1bf41e37
status icons.
Remove mobile mode because Discord have own.
TODO: Fix some... mobile things ;)
Change .nitro to .hide in 1 place (no effect in current btfl.less configuration)
Add verify setting.
33 lines
524 B
Text
33 lines
524 B
Text
/** DisKort
|
|
* (c) Er2 2022 <er2@dismail.de>
|
|
* Zlib License
|
|
*/
|
|
|
|
@no-nitro: true;
|
|
@no-banner: false;
|
|
@verifies: true;
|
|
|
|
@round: 8px;
|
|
@rounder: 16px;
|
|
@roundest: 24px; // text area
|
|
|
|
@div-width: (@rounder / 2);
|
|
@tab-height: 40px;
|
|
|
|
// Required
|
|
@import "src/func";
|
|
@import "src/fixes";
|
|
|
|
// Optional
|
|
@import "src/hide";
|
|
@import "src/nitro";
|
|
@import "src/bd";
|
|
|
|
// Style
|
|
@import "src/materials";
|
|
@import "src/style";
|
|
@import "src/ui";
|
|
@import "src/dimmer";
|
|
@import "src/profile";
|
|
@import "src/people";
|
|
@import "src/settings";
|