mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
Merge pull request #73 from Tibing/master
fix(inputs styles): return forgotten styles
This commit is contained in:
commit
cae9e7f4e1
1 changed files with 15 additions and 0 deletions
|
|
@ -470,6 +470,21 @@ label.custom-input-danger {
|
|||
}
|
||||
}
|
||||
|
||||
.has-success {
|
||||
@include validationState($success-bg, $success);
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.has-warning {
|
||||
@include validationState($warning-bg, $warning);
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.has-error {
|
||||
@include validationState($danger-bg, $danger);
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.bootstrap-tagsinput {
|
||||
color: $content-text;
|
||||
background-color: $input-background;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue