1
0
Fork 0
mirror of synced 2024-05-28 08:29:55 +12:00
appwrite/public/styles/default.less

58 lines
1.1 KiB
Plaintext
Raw Normal View History

2019-05-09 18:54:39 +12:00
@watch: ~"only screen and (max-width: 260px)";
@phones: ~"only screen and (max-width: 550px)";
2020-02-27 10:54:12 +13:00
@tablets: ~"only screen and (min-width: 551px) and (max-width: 1198px)";
2020-02-28 20:37:09 +13:00
//@desktops: ~"only screen and (min-width: 1199) and (max-width: 1300px)";
@desktops: ~"only screen and (min-width: 1199px)";
2019-05-09 18:54:39 +12:00
img[src=""] {
visibility: hidden;
display: inline-block;
}
2020-02-27 10:54:12 +13:00
@import "themes";
@import "fonts";
2019-05-09 18:54:39 +12:00
@import "functions";
2020-02-27 10:54:12 +13:00
@import "responsive";
2019-05-09 18:54:39 +12:00
@import "typography";
@import "tabels";
@import "grid";
@import "icons";
@import "polyfills";
@import "forms";
2021-10-22 23:29:08 +13:00
@import "ide";
2019-05-09 18:54:39 +12:00
@import "scopes/console";
2019-08-08 18:11:47 +12:00
@import "scopes/home";
2019-05-09 18:54:39 +12:00
@import "comps/alerts";
@import "comps/article";
@import "comps/avatar";
@import "comps/box";
@import "comps/cover";
2019-08-17 18:09:09 +12:00
@import "comps/database";
2019-05-09 18:54:39 +12:00
@import "comps/footer";
@import "comps/loader";
@import "comps/modal";
2020-01-27 21:21:34 +13:00
@import "comps/scroll";
2019-05-09 18:54:39 +12:00
@import "comps/tabs";
html {
padding: 0;
margin: 0;
direction: @config-start-dir;
}
body {
margin: 0;
2020-02-12 11:54:47 +13:00
background: var(--config-console-background) no-repeat fixed;
2020-02-28 20:37:09 +13:00
min-width: 300px;
2019-05-09 18:54:39 +12:00
}
ul {
padding: 0;
margin: 0;
li {
margin: 0;
list-style: none;
}
}