Dim sidebar

This commit is contained in:
Michael Rose 2016-04-05 16:14:35 -04:00
parent ecae46746d
commit ba2bec7317

View file

@ -9,15 +9,15 @@
.sidebar {
@include clearfix();
margin-bottom: 1em;
opacity: 0.75;
transition: opacity 0.2s ease-in-out;
&:hover {
opacity: 1;
}
@include breakpoint($large) {
@include span(2 of 12);
opacity: 0.75;
transition: opacity 0.2s ease-in-out;
&:hover {
opacity: 1;
}
}
@include breakpoint($x-large) {