X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/a98d18bc92d7d28d54c0cc1c1a636c9d79e6a648..69b3160d482d2bf4ce89b5a4368e7435cef85fc0:/src/wolnelektury/static/2022/more.scss diff --git a/src/wolnelektury/static/2022/more.scss b/src/wolnelektury/static/2022/more.scss index 7505aab5b..906f1f3de 100644 --- a/src/wolnelektury/static/2022/more.scss +++ b/src/wolnelektury/static/2022/more.scss @@ -5,10 +5,6 @@ body.is-open { overflow-y: hidden; } -.l-navigation__logo { - height: 44px; -} - .l-navigation__menu { .scrollable { height: 100%; @@ -234,10 +230,33 @@ form { .experiment { display: flex; + margin: 1em 16px; + font-size: 1.5em; align-items: center; + flex-direction: column; + margin-top: 2em; + @include rwd($break-flow) { + flex-direction: row; + align-items: flex-end; + } + + > span, > div { + text-align: center; + @include rwd($break-flow) { + width: 50%; + } + } } +.legend { + margin: 1em 16px; + font-size: .7em; + color: #777; + text-align:right; + font-style:italic; +} + .funding-promo-bar { margin: 18px auto; @@ -247,9 +266,10 @@ form { a { display: flex; align-items: start; + gap: 0 10px; + flex-wrap: wrap; .buttonlike { - margin-right: 10px; background: #FFA500; //color: #083F4D; color: black; @@ -266,6 +286,11 @@ form { } .funding-bar-container { flex-grow: 1; + + display: contents; + @include rwd($B4) { + display: block; + } } } }