lighter background for StatusBar

This commit is contained in:
Artur Paikin 2016-11-25 22:46:28 -06:00
parent 579662b712
commit 2117b99bcd

View file

@ -873,7 +873,7 @@
font-size: 14px;
font-weight: 500;
color: $color-white;
background-color: rgba($color-black, 0.6);
background-color: rgba($color-asphalt-gray, 0.7);
box-shadow: 1px 1px 4px 0 rgba($color-asphalt-gray, 0.3);
overflow: hidden;
z-index: $zIndex-2;