diff options
author | Joffrey Bion <joffrey.bion@booking.com> | 2020-03-27 19:48:15 +0100 |
---|---|---|
committer | Joffrey Bion <joffrey.bion@booking.com> | 2020-03-27 19:48:15 +0100 |
commit | 412567090592f88752201d0fbabf0a9c60d4d52b (patch) | |
tree | b82278a0d96c459beb8ef5efaaec14a785a1c4eb /sw-ui-kt/src/main/kotlin | |
parent | Move settings.gradle to Kotlin (diff) | |
download | seven-wonders-412567090592f88752201d0fbabf0a9c60d4d52b.tar.gz seven-wonders-412567090592f88752201d0fbabf0a9c60d4d52b.tar.bz2 seven-wonders-412567090592f88752201d0fbabf0a9c60d4d52b.zip |
Clean unused commented CSS
Diffstat (limited to 'sw-ui-kt/src/main/kotlin')
-rw-r--r-- | sw-ui-kt/src/main/kotlin/org/luxons/sevenwonders/ui/components/game/ProductionBar.kt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw-ui-kt/src/main/kotlin/org/luxons/sevenwonders/ui/components/game/ProductionBar.kt b/sw-ui-kt/src/main/kotlin/org/luxons/sevenwonders/ui/components/game/ProductionBar.kt index f435a572..773e9835 100644 --- a/sw-ui-kt/src/main/kotlin/org/luxons/sevenwonders/ui/components/game/ProductionBar.kt +++ b/sw-ui-kt/src/main/kotlin/org/luxons/sevenwonders/ui/components/game/ProductionBar.kt @@ -131,7 +131,6 @@ private fun getTokenName(resourceType: ResourceType)= "resources/${resourceType. private fun CSSBuilder.productionBarStyle() { alignItems = Align.center - // background = "lightgray" background = "linear-gradient(#eaeaea, #888 7%)" bottom = 0.px borderTop(width = 1.px, color = Color("#8b8b8b"), style = BorderStyle.solid) |