mirror of
https://github.com/octopusYan/alist-gui.git
synced 2025-12-11 02:21:56 +08:00
22 lines
394 B
SCSS
22 lines
394 B
SCSS
/**************************************************
|
|
* About View
|
|
**************************************************/
|
|
|
|
|
|
.shield {
|
|
|
|
.label {
|
|
-fx-text-fill: white;
|
|
-fx-label-padding: 3 5 3 5;
|
|
}
|
|
|
|
.shield-name {
|
|
-fx-background-color: #555555;
|
|
-fx-background-radius: 5 0 0 5;
|
|
}
|
|
|
|
.shield-version {
|
|
-fx-background-color: #6969AA;
|
|
-fx-background-radius: 0 5 5 0;
|
|
}
|
|
} |