feat(forms): add the input examples

This commit is contained in:
Alexander Zhukov 2017-06-29 20:00:16 +03:00
parent cb715c6799
commit b4b32a3577
9 changed files with 240 additions and 485 deletions

View 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;
}
}