diskort/btfl.less

29 lines
451 B
Plaintext
Raw Normal View History

2022-03-24 16:19:00 +00:00
/** DisKort
* (c) Er2 2022 <er2@dismail.de>
* Zlib License
*/
2022-04-10 11:14:51 +00:00
@round: 8px;
@rounder: 16px;
@roundest: 24px; // text area
@div-width: (@rounder / 2);
@tab-height: 40px;
// Required
@import "src/func";
@import "src/fixes";
// Optional
2022-03-24 16:19:00 +00:00
@import "src/hide";
@import "src/mobile";
2022-04-10 11:14:51 +00:00
// Style
@import "src/materials";
2022-03-24 16:19:00 +00:00
@import "src/style";
2022-04-09 19:09:45 +00:00
@import "src/ui";
2022-04-10 11:14:51 +00:00
@import "src/dimmer";
@import "src/profile";
@import "src/people";
@import "src/settings";