Update desktop.scss

This commit is contained in:
M1thrandir 2017-05-20 02:20:43 -06:00 committed by GitHub
parent 24a2e1f055
commit 29228667a9

View File

@ -344,7 +344,8 @@ padding-left:inherit;
z-index: 999;
padding: 20px 2px 20px;
background-color: $quaternary;
color: $quaternary;
color: $quaternary;
opacity: 1;
white-space: nowrap;
text-indent: 10px;
-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.14),0 4px 8px rgba(0,0,0,0.28);
@ -379,6 +380,7 @@ padding-left:inherit;
padding: 5px 12px 0px 0px;
background-color: $quaternary;
color: $header-primary;
opacity: 1;
text-indent: 10px;
-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.14),0 4px 8px rgba(0,0,0,0.28);
-moz-box-shadow: 0 0 4px rgba(0,0,0,0.14),0 4px 8px rgba(0,0,0,0.28);