fix(inputs): fix inputs groups

This commit is contained in:
KostyaDanovsky 2017-08-09 20:05:04 +03:00
parent ffa5c0d2c9
commit 0fcee9cb26
4 changed files with 27 additions and 9 deletions

View file

@ -97,4 +97,15 @@
.dropdown {
width: 25%;
}
.form-group label {
padding: 0 0 0.75rem;
}
ngb-rating i {
color: nb-theme(color-success);
@include nb-for-theme(cosmic) {
color: nb-theme(color-primary);
}
}
}