From 3d321759e331139c7cae2c3ecfaf339b493b384a Mon Sep 17 00:00:00 2001 From: "Matt (IPv4) Cowley" Date: Fri, 19 Feb 2021 17:55:23 +0000 Subject: [PATCH] Design fixes for RU language pack (#229) * Fix checkbox label font weight * Fix callout button wrapping * Fix header description font weight * Bump copyright in updated files --- src/nginxconfig/scss/_callout.scss | 7 +++++-- src/nginxconfig/scss/_fields.scss | 4 +++- src/nginxconfig/scss/_header.scss | 6 +++++- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/src/nginxconfig/scss/_callout.scss b/src/nginxconfig/scss/_callout.scss index 59f679a..3a9a83a 100644 --- a/src/nginxconfig/scss/_callout.scss +++ b/src/nginxconfig/scss/_callout.scss @@ -69,8 +69,11 @@ THE SOFTWARE. .button { display: block; - height: 3rem; - line-height: 3rem; + height: auto; + line-height: 1.5rem; + min-height: 3rem; + padding: .75rem 0; + white-space: normal; } } diff --git a/src/nginxconfig/scss/_fields.scss b/src/nginxconfig/scss/_fields.scss index d3d4bb3..2d43e4b 100644 --- a/src/nginxconfig/scss/_fields.scss +++ b/src/nginxconfig/scss/_fields.scss @@ -1,5 +1,5 @@ /* -Copyright 2020 DigitalOcean +Copyright 2021 DigitalOcean This code is licensed under the MIT License. You may obtain a copy of the License at @@ -206,6 +206,8 @@ THE SOFTWARE. } label { + @include sailec-medium; + color: $dark-grey; font-size: 14px; padding-left: calc(#{$margin / 2} + 1.5em); diff --git a/src/nginxconfig/scss/_header.scss b/src/nginxconfig/scss/_header.scss index e74c456..ba0454a 100644 --- a/src/nginxconfig/scss/_header.scss +++ b/src/nginxconfig/scss/_header.scss @@ -1,5 +1,5 @@ /* -Copyright 2020 DigitalOcean +Copyright 2021 DigitalOcean This code is licensed under the MIT License. You may obtain a copy of the License at @@ -32,6 +32,10 @@ THE SOFTWARE. } .container { + h3 { + @include sailec-medium; + } + form { .input-container { margin: 0;