2021-11-23 00:22:00 +01:00

43 lines
775 B
SCSS

fieldset{
margin-bottom: 32px;
padding: 32px;
box-sizing: border-box;
margin-inline-start: 0;
margin-inline-end: 0;
border: 1px solid $gray;
legend{
padding: 0 15px;
font-size: 16px;
font-weight: 700;
color: $blue;
text-transform: uppercase;
}
.setting_holder {
margin-bottom: 16px;
display: flex;
flex-direction: column;
&:first-of-type{
margin-top: 0;
}
&:last-of-type{
margin-bottom: 0;
}
.setting_item {
margin-top: 8px;
}
span.charalimit {
font-size: 12px;
line-height: 15px;
color: $very-dark-gray;
}
}
}