fix(forms): fix a form inputs template

This commit is contained in:
Alexander Zhukov 2017-07-07 15:39:07 +03:00
parent 26a4b3fea8
commit 990b3341f3
5 changed files with 75 additions and 70 deletions

View file

@ -1,44 +0,0 @@
: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;
}
}