a couple style fixes

This commit is contained in:
nixa 2016-05-19 16:26:31 +03:00
parent a1d4b34467
commit e59730afdc
3 changed files with 10 additions and 1 deletions

View file

@ -5,7 +5,7 @@
background-color: $sidebar;
position: fixed;
z-index: 904;
box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.5);
box-shadow: 2px 0 3px rgba(0, 0, 0, 0.5);
height: 66px;
width: 100%;
min-width: $resMin;