X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/d4e71e431bc6fdb0af04d5d75fb7e3e9d4e216c2..refs/pull/4103/head:/resources/sass/_layout.scss diff --git a/resources/sass/_layout.scss b/resources/sass/_layout.scss index a5f895f80..19333faf7 100644 --- a/resources/sass/_layout.scss +++ b/resources/sass/_layout.scss @@ -198,6 +198,9 @@ body.flexbox { .items-center { align-items: center; } +.items-stretch { + align-items: stretch; +} /** * Min width utilities @@ -265,6 +268,11 @@ body.flexbox { } } +.sticky-top-m { + position: sticky; + top: $-m; +} + /** * Visibility */ @@ -425,7 +433,7 @@ body.flexbox { 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; @@ -434,7 +442,6 @@ body.flexbox { opacity: 1 !important; } } - } @include smaller-than($m) {