.items-center {
align-items: center;
}
+.items-stretch {
+ align-items: stretch;
+}
/**
* Min width utilities
}
}
+.sticky-top-m {
+ position: sticky;
+ top: $-m;
+}
+
/**
* Visibility
*/
display: none;
}
.tri-layout-left-contents > *, .tri-layout-right-contents > * {
- @include lightDark(opacity, 0.6, 0.7);
+ @include lightDark(opacity, 0.6, 0.75);
transition: opacity ease-in-out 120ms;
&:hover, &:focus-within {
opacity: 1 !important;
opacity: 1 !important;
}
}
-
}
@include smaller-than($m) {