14 lines
240 B
SCSS
Raw Normal View History

fieldset{
margin-bottom: 32px;
padding: 32px;
2021-11-05 16:43:46 +01:00
box-sizing: border-box;
2021-11-05 16:43:46 +01:00
border: 1px solid $gray;
legend{
font-size: 16px;
font-weight: 700;
color: $blue;
text-transform: uppercase;
}
}