mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 16:30:13 +01:00
45 lines
636 B
SCSS
45 lines
636 B
SCSS
|
|
:host /deep/ {
|
||
|
|
.input-group {
|
||
|
|
margin-bottom: 1rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.validation-checkboxes {
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
}
|
||
|
|
|
||
|
|
.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;
|
||
|
|
color: #b0c4de;
|
||
|
|
}
|
||
|
|
|
||
|
|
.filled {
|
||
|
|
color: #1e90ff;
|
||
|
|
}
|
||
|
|
}
|