nginx-proxy-manager/frontend/scss/styles.scss

17 lines
325 B
SCSS
Raw Normal View History

2018-06-19 18:48:14 -04:00
@import "~tabler-ui/dist/assets/css/dashboard";
@import "tabler-extra";
2018-08-13 05:50:28 -04:00
@import "selectize";
@import "custom";
2018-06-19 18:48:14 -04:00
/* Before any JS content is loaded */
#app > .loader, #login > .loader, .container > .loader {
position: absolute;
left: 49%;
top: 40%;
display: block;
}
.no-js-warning {
margin-top: 100px;
}