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 filespull/234/head
parent
b4a933add1
commit
3d321759e3
|
@ -69,8 +69,11 @@ THE SOFTWARE.
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
display: block;
|
display: block;
|
||||||
height: 3rem;
|
height: auto;
|
||||||
line-height: 3rem;
|
line-height: 1.5rem;
|
||||||
|
min-height: 3rem;
|
||||||
|
padding: .75rem 0;
|
||||||
|
white-space: normal;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
Copyright 2020 DigitalOcean
|
Copyright 2021 DigitalOcean
|
||||||
|
|
||||||
This code is licensed under the MIT License.
|
This code is licensed under the MIT License.
|
||||||
You may obtain a copy of the License at
|
You may obtain a copy of the License at
|
||||||
|
@ -206,6 +206,8 @@ THE SOFTWARE.
|
||||||
}
|
}
|
||||||
|
|
||||||
label {
|
label {
|
||||||
|
@include sailec-medium;
|
||||||
|
|
||||||
color: $dark-grey;
|
color: $dark-grey;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
padding-left: calc(#{$margin / 2} + 1.5em);
|
padding-left: calc(#{$margin / 2} + 1.5em);
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
Copyright 2020 DigitalOcean
|
Copyright 2021 DigitalOcean
|
||||||
|
|
||||||
This code is licensed under the MIT License.
|
This code is licensed under the MIT License.
|
||||||
You may obtain a copy of the License at
|
You may obtain a copy of the License at
|
||||||
|
@ -32,6 +32,10 @@ THE SOFTWARE.
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
|
h3 {
|
||||||
|
@include sailec-medium;
|
||||||
|
}
|
||||||
|
|
||||||
form {
|
form {
|
||||||
.input-container {
|
.input-container {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Reference in New Issue