Dim sidebar
This commit is contained in:
parent
ecae46746d
commit
ba2bec7317
1 changed files with 6 additions and 6 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue