Small graphical fixes
This commit is contained in:
@@ -24,8 +24,12 @@
|
||||
</VBox>
|
||||
</ScrollPane>
|
||||
|
||||
<Button fx:id="newGameButton" text="NUOVA PARTITA"
|
||||
styleClass="action-button"
|
||||
<Button fx:id="newGameButton" text="NEW GAME"
|
||||
style="-fx-font-family: 'Cinzel'; -fx-font-size: 12; -fx-font-weight: bold;
|
||||
-fx-letter-spacing: 4; -fx-text-fill: #0c0601;
|
||||
-fx-background-color: linear-gradient(to right, #f4c05a, #c8791a, #f4c05a);
|
||||
-fx-padding: 12 48 12 48; -fx-background-radius: 2;
|
||||
-fx-cursor: hand;"
|
||||
onAction="#onNewGame"/>
|
||||
</VBox>
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
<padding><Insets top="40" bottom="40" left="40" right="40"/></padding>
|
||||
|
||||
<!-- Banner turno -->
|
||||
<Label fx:id="turnBanner" maxWidth="640" wrapText="true" textAlignment="CENTER"
|
||||
<Label fx:id="turnBanner" maxWidth="640" wrapText="true" textAlignment="CENTER" alignment="CENTER"
|
||||
style="-fx-font-family: 'Cinzel'; -fx-font-size: 12; -fx-letter-spacing: 3;
|
||||
-fx-padding: 10 28 10 28; -fx-background-radius: 3; -fx-border-radius: 3;
|
||||
-fx-background-color: linear-gradient(to right, #f4c05a, #c8791a, #f4c05a)">
|
||||
|
||||
Reference in New Issue
Block a user