mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-05 00:38:53 +01:00
Split main theme.css into modules
This commit is contained in:
parent
21e274401d
commit
fa8bde1bbb
11
CSS/modified-header-bar.css
Normal file
11
CSS/modified-header-bar.css
Normal 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
7
CSS/rounded-cards.css
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
/* Rounded cards */
|
||||||
|
|
||||||
|
.cardContent,
|
||||||
|
.cardPadder,
|
||||||
|
.cardOverlayContainer {
|
||||||
|
border-radius: 15px !important;
|
||||||
|
}
|
||||||
@ -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 */
|
/* Static left drawer */
|
||||||
|
|
||||||
.layout-desktop .mainDrawer {
|
.layout-desktop .mainDrawer {
|
||||||
Loading…
Reference in New Issue
Block a user