X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/0ca8d7fc032ab49c75602a06829be5149d8a0e43..refs/pull/2902/head:/resources/sass/_layout.scss diff --git a/resources/sass/_layout.scss b/resources/sass/_layout.scss index 60205eaaa..e26948301 100644 --- a/resources/sass/_layout.scss +++ b/resources/sass/_layout.scss @@ -157,6 +157,9 @@ body.flexbox { .justify-center { justify-content: center; } +.justify-space-between { + justify-content: space-between; +} .items-center { align-items: center; } @@ -178,6 +181,10 @@ body.flexbox { display: inline-block !important; } +.relative { + position: relative; +} + .hidden { display: none !important; } @@ -209,6 +216,13 @@ body.flexbox { } } +/** + * Border radiuses + */ +.rounded { + border-radius: 4px; +} + /** * Inline content columns */ @@ -363,4 +377,4 @@ body.flexbox { margin-inline-start: 0; margin-inline-end: 0; } -} +} \ No newline at end of file