Split main theme.css into modules

This commit is contained in:
loof2736 2022-11-09 13:07:58 -05:00
parent 21e274401d
commit fa8bde1bbb
3 changed files with 18 additions and 20 deletions

View File

@ -0,0 +1,11 @@
/*Transparent top header */
.skinHeader {
background-color: transparent !important;
}
.headerTabs {
background-color:rgba(25, 25, 25, 0.5) !important;
border-radius: 50px !important;
backdrop-filter: blur(50px) !important;
}

7
CSS/rounded-cards.css Normal file
View File

@ -0,0 +1,7 @@
/* Rounded cards */
.cardContent,
.cardPadder,
.cardOverlayContainer {
border-radius: 15px !important;
}

View File

@ -1,23 +1,3 @@
/*Transparent top header */
.skinHeader {
background-color: transparent !important;
}
.headerTabs {
background-color:rgba(25, 25, 25, 0.5) !important;
border-radius: 50px !important;
backdrop-filter: blur(50px) !important;
}
/* Rounded cards */
.cardContent,
.cardPadder,
.cardOverlayContainer {
border-radius: 15px !important;
}
/* Static left drawer */
.layout-desktop .mainDrawer {