2018-03-11 18:19:35 -04:00
|
|
|
@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;
|
2018-03-11 18:19:35 -04:00
|
|
|
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 {
|
2018-03-11 18:19:35 -04:00
|
|
|
text-align: center;
|
2017-12-18 16:23:31 -05:00
|
|
|
display: block;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&-btn {
|
2018-03-11 18:19:35 -04:00
|
|
|
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
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|