diff options
Diffstat (limited to 'app/common/styles/base/forms.scss')
| -rw-r--r-- | app/common/styles/base/forms.scss | 38 |
1 files changed, 36 insertions, 2 deletions
diff --git a/app/common/styles/base/forms.scss b/app/common/styles/base/forms.scss index f04e827..c775c48 100644 --- a/app/common/styles/base/forms.scss +++ b/app/common/styles/base/forms.scss @@ -1,8 +1,12 @@ label, legend { - font-size: 1em; - font-weight: 300; margin: 0; + color: $text-02; + text-transform: uppercase; + font-weight: 700; + font-size: 0.75em; + margin-bottom: 0; + line-height: 2.2; .error { font-size: 0.9em; } @@ -141,7 +145,21 @@ select { } .form__validation-message { color: $status-error; + font-size: 0.8em; + line-height: 1.1; + padding-top: 2px; +} + +.radio-label { + text-transform: none; + font-weight: normal; font-size: 0.9em; + line-height: 1.2; + margin: 0.8em 0; + color: $text-01; + input[type=radio] { + margin-bottom: 0; + } } /** @@ -210,3 +228,19 @@ select { margin-left: 1rem; } } + +.radio-option__input-field-group { + margin-left: 1.5em; +} + +.field-group-container { + margin-bottom: 30px; + position: relative; + &:last-child { + margin-bottom: 12px; + } + + input + .form__validation-message { + position: absolute; + } +} |

