mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
change: layout stuff
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
-fx-background-color: linear-gradient(to bottom right, #21a7b2, #8f32b9);
|
||||
}
|
||||
|
||||
.container {
|
||||
.vertical_container, .horizontal_container {
|
||||
-fx-background-color: linear-gradient(to bottom right, orange, indigo), #1d1d1d;
|
||||
-fx-background-insets: 0, 2;
|
||||
-fx-background-radius: 8;
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
.player_container {
|
||||
-fx-background-color: linear-gradient(to bottom right, orange, indigo), #1d1d1d;
|
||||
-fx-background-insets: 0, 2;
|
||||
-fx-background-radius: 8;
|
||||
-fx-padding: 10;
|
||||
}
|
||||
Reference in New Issue
Block a user