mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-09-20 05:30:36 +00:00
Frontend
This commit is contained in:
13
src/frontend/scss/styles.scss
Normal file
13
src/frontend/scss/styles.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
@import "~tabler-ui/dist/assets/css/dashboard";
|
||||
|
||||
/* 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;
|
||||
}
|
Reference in New Issue
Block a user