Update desktop.scss

This commit is contained in:
M1thrandir 2017-05-20 02:23:49 -06:00 committed by GitHub
parent 29228667a9
commit ef0fa36b4f

View File

@ -345,7 +345,6 @@ padding-left:inherit;
padding: 20px 2px 20px;
background-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);
@ -366,6 +365,10 @@ padding-left:inherit;
color: $header-primary;
}
//remove opacity setting
.btn i.fa {
opacity: 1;
}
//Reply Fab
.timeline-footer-controls {
@ -380,7 +383,6 @@ 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);