mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 16:30:13 +01:00
fix(inputs): fix inputs groups
This commit is contained in:
parent
ffa5c0d2c9
commit
0fcee9cb26
4 changed files with 27 additions and 9 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue