X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/4bff37c73cb3e5035954af699a2c52065c993197..7bc61c00286672b6d39f6e45ed948b2c858cc2de:/src/wolnelektury/static/2022/more.scss diff --git a/src/wolnelektury/static/2022/more.scss b/src/wolnelektury/static/2022/more.scss index fd03b4e12..8f95d12f9 100644 --- a/src/wolnelektury/static/2022/more.scss +++ b/src/wolnelektury/static/2022/more.scss @@ -323,11 +323,14 @@ form { margin-left: 50px; margin-right: 50px; } +} +.page-simple, .nice-controls { button, input[type=submit] { margin: 24px 0; height: 56px; background: #083F4D; + border: none; border-radius: 3px; font-weight: 600; font-size: 20px; @@ -338,6 +341,15 @@ form { text-align: center; color: #FFFFFF; width: 340px; + + &.active { + outline: 2px solid #083F4D; + outline-offset: 3px; + } + + &:disabled { + opacity: .8; + } } label { @@ -372,3 +384,20 @@ form { margin-right: 1em; } } + + +.experiment { + display: flex; + align-items: center; +} + + + +.page-simple { + .form-info { + h2 { + font-size: 1.5em; + margin-top: 0; + } + } +}