mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-19 08:50:13 +01:00
feat(forms): add the input examples
This commit is contained in:
parent
cb715c6799
commit
b4b32a3577
9 changed files with 240 additions and 485 deletions
44
src/app/pages/forms/forms.component.scss
Normal file
44
src/app/pages/forms/forms.component.scss
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
: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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue