Initial code refactoring
This commit is contained in:
@@ -1,8 +1,39 @@
|
||||
@font-face {
|
||||
src: url('/Fonts/InknutAntiqua-Regular.ttf');
|
||||
font-family: 'Inknut Antiqua';
|
||||
.card-list {
|
||||
-fx-background-color: rgba(255,255,255,0.35);
|
||||
-fx-background-radius: 15;
|
||||
-fx-padding: 10;
|
||||
}
|
||||
|
||||
.label {
|
||||
.side-panel {
|
||||
-fx-background-color: rgba(255,255,255,0.35);
|
||||
-fx-background-radius: 15;
|
||||
}
|
||||
|
||||
.label-small {
|
||||
-fx-font-family: 'Inknut Antiqua';
|
||||
-fx-font-size: 12px;
|
||||
-fx-font-weight: bold;
|
||||
-fx-text-fill: black;
|
||||
}
|
||||
|
||||
.label-medium {
|
||||
-fx-font-family: 'Inknut Antiqua';
|
||||
-fx-font-size: 18px;
|
||||
-fx-font-weight: bold;
|
||||
-fx-text-fill: black;
|
||||
}
|
||||
|
||||
.label-large {
|
||||
-fx-font-family: 'Inknut Antiqua';
|
||||
-fx-font-size: 50px;
|
||||
-fx-font-weight: bold;
|
||||
-fx-text-fill: black;
|
||||
}
|
||||
|
||||
.player-card {
|
||||
-fx-border-color: black;
|
||||
-fx-border-width: 2;
|
||||
-fx-border-radius: 15;
|
||||
-fx-background-radius: 15;
|
||||
-fx-background-color: white;
|
||||
}
|
||||
Reference in New Issue
Block a user