diff --git a/styles/elements/_forms.scss b/styles/elements/_forms.scss index fc807d98..dc97368a 100644 --- a/styles/elements/_forms.scss +++ b/styles/elements/_forms.scss @@ -23,96 +23,96 @@ Styleguide #{$sgi-forms} fieldset { - & + fieldset { - margin-top: $gap * 4; - } + & + fieldset { + margin-top: $gap * 4; + } - &:first-child { - margin-top: 0; - } + &:first-child { + margin-top: 0; + } - & > button { - margin-top: $gap * 2; - } + & > button { + margin-top: $gap * 2; + } } legend { - display: none; + display: none; } label, .label { display: inline-block; - vertical-align: top; - margin-bottom: $label-margin; - font-size: $base-font-size; - line-height: 125%; + vertical-align: top; + margin-bottom: $label-margin; + font-size: $base-font-size; + line-height: 125%; @media print { font-size: ($base-font-size/$point-to-px); } - .error &:first-of-type { - color: $trueblood; - } - .success &:first-of-type { - color: $bamboo; - } + .error &:first-of-type { + color: $trueblood; + } + .success &:first-of-type { + color: $bamboo; + } } .form--field-block { - > li { //TODO: Could be possible to apply only a class in
to avoid do it in every