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

72 lines
1.1 KiB
SCSS
Raw Normal View History

2017-07-07 15:39:07 +03:00
@import '../../../@theme/styles/variables';
@include nga-install-component() {
2017-06-29 20:00:16 +03:00
.input-group {
margin-bottom: 1rem;
}
.validation-checkboxes {
display: flex;
justify-content: space-between;
2017-07-07 15:39:07 +03:00
.custom-control {
margin-left: 1rem;
}
2017-06-29 20:00:16 +03:00
}
.demo-checkboxes {
display: flex;
flex-direction: column;
}
.demo-radio {
display: flex;
flex-direction: column;
}
.demo-disabled-checkbox-radio {
display: flex;
flex-direction: column;
}
.demo-checkboxes-radio {
display: flex;
justify-content: space-between;
}
.demo-rating {
display: flex;
justify-content: space-between;
}
.star {
font-size: 1.5rem;
2017-07-07 15:39:07 +03:00
color: nga-theme(color-fg);
2017-06-29 20:00:16 +03:00
}
.filled {
2017-07-07 15:39:07 +03:00
color: nga-theme(color-fg);
}
.header {
line-height: 2rem;
font-size: 1.25rem;
font-family: nga-theme(font-secondary);
font-weight: nga-theme(font-weight-bolder);
}
.current-rate {
font-size: 1.5rem;
padding-left: 1rem;
color: nga-theme(color-fg-heading);
}
.full-name-inputs {
display: flex;
.input-group:not(:last-child) {
margin-right: 1rem;
}
2017-06-29 20:00:16 +03:00
}
}