diff options
Diffstat (limited to 'ui/app/css/itcss/components')
-rw-r--r-- | ui/app/css/itcss/components/hero-balance.scss | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/ui/app/css/itcss/components/hero-balance.scss b/ui/app/css/itcss/components/hero-balance.scss index ad7f5952f..a04af0649 100644 --- a/ui/app/css/itcss/components/hero-balance.scss +++ b/ui/app/css/itcss/components/hero-balance.scss @@ -89,18 +89,23 @@ font-size: 75%; background: $white; border: 1px solid; + border-radius: 2px; @media screen and (max-width: $break-small) { - width: 28%; + width: 23%; height: 55%; + border-color: $black; } @media screen and (min-width: $break-large) { width: 5%; - flex-grow: 2; - height: 4.2vh; + flex-grow: 1; + height: 4.6vh; min-height: 28px; - font-size: .7em; + font-size: .6em; + border-color: $curious-blue; + color: $curious-blue; + padding: 0px; } } } |