mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
a12b906629
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 {
|
.bootstrap-tagsinput {
|
||||||
color: $content-text;
|
color: $content-text;
|
||||||
background-color: $input-background;
|
background-color: $input-background;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue