Fix imports

This commit is contained in:
Wirlaburla 2023-06-28 19:54:51 -05:00
parent 70d9e8b569
commit 252ec8960e

View File

@ -1,4 +1,6 @@
@import url('css/theme.css'); @import url('css/theme.css');
/* == BUTTONS */ @import url('css/buttons.css');
/* = TABBED CONTAINERS */ @import url('css/tabbed-container.css');
/* Prevent automatic browser scaling and non-linear rendering */ /* Prevent automatic browser scaling and non-linear rendering */
.pixel, .pixel,
@ -140,9 +142,6 @@ body > div.overlay .dialog table:not(.titlebox) {
overflow: auto; overflow: auto;
} }
/* = TABBED CONTAINERS */
@import url('css/tabbed-container.css');
/* == MAIN BODY */ /* == MAIN BODY */
body { body {
@ -541,10 +540,6 @@ nav.top.alert p {
nav.top div.slideout.account:not(.active) .dropdown .username .mycon { margin: 2px; } nav.top div.slideout.account:not(.active) .dropdown .username .mycon { margin: 2px; }
} }
/* == BUTTONS */
@import('css/buttons.css');
/* == HEADING/HEADER */ /* == HEADING/HEADER */
.header { .header {