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 { .sidebar {
@include clearfix(); @include clearfix();
margin-bottom: 1em; margin-bottom: 1em;
@include breakpoint($large) {
@include span(2 of 12);
opacity: 0.75; opacity: 0.75;
transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out;
&:hover { &:hover {
opacity: 1; opacity: 1;
} }
@include breakpoint($large) {
@include span(2 of 12);
} }
@include breakpoint($x-large) { @include breakpoint($x-large) {