Files

34 lines
523 B
SCSS
Raw Permalink Normal View History

@import 'common/sass/variables';
2017-12-18 16:23:31 -05:00
.AddCustom {
&-field {
2018-03-22 14:30:51 -04:00
margin-bottom: 0;
2017-12-18 16:23:31 -05:00
&-error {
font-size: 13px;
font-weight: normal;
2018-06-27 00:51:42 -04:00
color: color(brand-danger);
2017-12-18 16:23:31 -05:00
}
}
&-buttons {
padding-top: 10px;
display: flex;
justify-content: center;
flex-wrap: wrap;
2018-03-22 14:30:51 -04:00
margin: 0 -$space-xs;
2017-12-18 16:23:31 -05:00
&-help {
text-align: center;
2017-12-18 16:23:31 -05:00
display: block;
font-size: 13px;
margin-bottom: 10px;
}
&-btn {
padding: 0.5rem 1.5rem;
2018-03-22 14:30:51 -04:00
margin: 0 $space-xs;
2017-12-18 16:23:31 -05:00
}
}
}