diff options
author | Andreas Weninger <e01526989@student.tuwien.ac.at> | 2018-06-08 19:05:23 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-06-13 19:21:59 +0200 |
commit | a5cc1e2c7a20821161f894af0dc890a1c7811600 (patch) | |
tree | 7c3ce8d33a248a9b69dd235a7da9275d186f9de0 /src/main/resources/styles/main.css | |
parent | 5459e92f39c02fa0162902ee8b37defdf324c543 (diff) | |
download | sepm-groupproject-a5cc1e2c7a20821161f894af0dc890a1c7811600.tar.gz sepm-groupproject-a5cc1e2c7a20821161f894af0dc890a1c7811600.tar.xz sepm-groupproject-a5cc1e2c7a20821161f894af0dc890a1c7811600.zip |
Starting UI Rework.
Diffstat (limited to 'src/main/resources/styles/main.css')
-rw-r--r-- | src/main/resources/styles/main.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/main/resources/styles/main.css b/src/main/resources/styles/main.css index 886e756..fe4a87a 100644 --- a/src/main/resources/styles/main.css +++ b/src/main/resources/styles/main.css @@ -49,6 +49,7 @@ /* === text === */ .text-big { -fx-font-size: 18px; + } .text-medium { @@ -59,6 +60,14 @@ -fx-font-size: 14px; } +.text-bold { + -fx-font-weight: bold; +} + +.text-white { + -fx-text-fill: white; +} + /* === button === */ .button { -fx-background-radius: 0em; |