padding-left: $-m;
padding-right: $-m;
}
- .tri-layout-right-contents > div, .tri-layout-left-contents > div {
- opacity: 0.6;
- z-index: 0;
- }
.tri-layout-left > *, .tri-layout-right > * {
display: none;
pointer-events: none;
.tri-layout-mobile-tabs {
display: none;
}
+ .tri-layout-left-contents > div, .tri-layout-right-contents > div {
+ opacity: 0.6;
+ transition: opacity ease-in-out 120ms;
+ &:hover {
+ opacity: 1;
+ }
+ }
}
@include smaller-than($m) {
margin-left: 0;
margin-right: 0;
}
-}
-
-.tri-layout-left-contents > div, .tri-layout-right-contents > div {
- opacity: 0.6;
- transition: opacity ease-in-out 120ms;
- &:hover {
- opacity: 1;
- }
}
\ No newline at end of file