We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a1cb4f commit f757274Copy full SHA for f757274
_sass/_sidebar.scss
@@ -7,20 +7,24 @@
7
========================================================================== */
8
9
.sidebar {
10
+ -webkit-transform: translate3d(0, 0 , 0);
11
+ transform: translate3d(0, 0 , 0);
12
+
13
@include clearfix();
14
margin-bottom: 1em;
15
16
@include breakpoint($large) {
17
@include span(2 of 12);
18
opacity: 0.75;
19
-webkit-transition: opacity 0.2s ease-in-out;
- transition: opacity 0.2s ease-in-out;
20
+ transition: opacity 0.2s ease-in-out;
21
22
&:hover {
23
opacity: 1;
24
}
25
26
27
28
@include breakpoint($x-large) {
29
padding-right: 0;
30
@@ -229,4 +233,4 @@
229
233
text-decoration: underline;
230
234
231
235
232
-}
236
+}
0 commit comments