From 4c8749cb9e1e4a8d61697434e372f342def7bc70 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 8 Jun 2022 16:14:24 +0200 Subject: Migrate to bootstrap 5 --- client/src/sass/application.scss | 40 ++++++++++++++++++++++++++++++++-------- 1 file changed, 32 insertions(+), 8 deletions(-) (limited to 'client/src/sass/application.scss') diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 99566acb6..b5b05a3c4 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -96,6 +96,10 @@ noscript, margin: 1rem auto; } +a { + text-decoration: none; +} + strong { font-weight: $font-semibold; } @@ -120,6 +124,7 @@ button { label { font-weight: $font-bold; font-size: 15px; + margin-bottom: 0.5rem; } code { @@ -133,6 +138,10 @@ code { vertical-align: middle; } +.form-group { + margin-bottom: 1rem; +} + .form-error, .form-warning { display: block; @@ -154,14 +163,6 @@ my-input-toggle-hidden ::ng-deep input { max-width: initial; } -.glyphicon-black { - color: #000; -} - -.row { - margin: 0 !important; -} - .main-col { @include margin-left($menu-width); @@ -326,6 +327,29 @@ table { margin-top: 10px; } +.callout { + padding: 1.25rem; + border: 1px solid #eee; + border-radius: .25rem; + position: relative; + + > label { + position: relative; + top: -5px; + left: -10px; + color: #6c757d !important; + } + + &:not(.callout-light) { + border-left-width: .25rem; + } + + &.callout-info { + border-color: pvar(--mainColorLightest); + border-left-color: pvar(--mainColor); + } +} + @media screen and (max-width: #{breakpoint(xxl)}) { .main-col { --horizontalMarginContent: #{math.div($not-expanded-horizontal-margins, 2)}; -- cgit v1.2.3