mirror of
https://github.com/octopusYan/alist-gui.git
synced 2025-03-14 14:28:57 +08:00
15 lines
242 B
SCSS
15 lines
242 B
SCSS
|
/**************************************************
|
||
|
* Root
|
||
|
**************************************************/
|
||
|
|
||
|
.root {
|
||
|
-fx-font-size: 15;
|
||
|
-fx-font-weight: normal;
|
||
|
}
|
||
|
|
||
|
.root-pane {
|
||
|
-fx-background-radius: 15;
|
||
|
-fx-border-radius: 15;
|
||
|
}
|
||
|
|