Players card, draw deck
|
Before Width: | Height: | Size: 832 KiB After Width: | Height: | Size: 832 KiB |
|
Before Width: | Height: | Size: 833 KiB After Width: | Height: | Size: 832 KiB |
|
Before Width: | Height: | Size: 834 KiB After Width: | Height: | Size: 833 KiB |
|
Before Width: | Height: | Size: 846 KiB After Width: | Height: | Size: 845 KiB |
|
Before Width: | Height: | Size: 905 KiB After Width: | Height: | Size: 900 KiB |
|
Before Width: | Height: | Size: 905 KiB After Width: | Height: | Size: 902 KiB |
|
Before Width: | Height: | Size: 884 KiB After Width: | Height: | Size: 881 KiB |
@@ -38,7 +38,7 @@
|
||||
</VBox>
|
||||
|
||||
|
||||
<VBox fx:id="sidePanel" prefHeight="1080.0" prefWidth="531.0" styleClass="side-panel">
|
||||
<VBox fx:id="sidePanel" prefWidth="250.0" styleClass="side-panel">
|
||||
<HBox.margin>
|
||||
<Insets bottom="10" left="10" right="10" top="10" />
|
||||
</HBox.margin>
|
||||
@@ -65,6 +65,7 @@
|
||||
</VBox>
|
||||
</children>
|
||||
</HBox>
|
||||
</children></VBox>
|
||||
</children>
|
||||
</VBox>
|
||||
</children>
|
||||
</HBox>
|
||||
|
||||
@@ -31,11 +31,11 @@
|
||||
}
|
||||
|
||||
.player-card {
|
||||
-fx-border-color: black;
|
||||
-fx-border-color: #6a040f;
|
||||
-fx-border-width: 2;
|
||||
-fx-border-radius: 15;
|
||||
-fx-background-radius: 15;
|
||||
-fx-background-color: #b42224;
|
||||
-fx-background-color: #f48c06;
|
||||
}
|
||||
|
||||
.frame {
|
||||
|
||||