ngx-admin/src/app/pages/forms/form-inputs/form-inputs.component.scss

27 lines
283 B
SCSS
Raw Normal View History

nb-card-body {
overflow: visible;
padding-top: 0;
2017-07-07 15:39:07 +03:00
> * {
margin-top: 1rem;
}
}
2017-08-09 20:05:04 +03:00
.full-name-inputs,
.validation-checkboxes {
display: flex;
margin: 0 -0.5rem;
2017-08-09 20:05:04 +03:00
> * {
margin: 0 0.5rem;
}
}
.checkbox-radio {
display: flex;
}
2017-09-18 11:25:26 +03:00
.demo-items {
flex: 1 0 33%;
2017-06-29 20:00:16 +03:00
}