mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-05 21:30:18 +01:00
a couple of stylefixes
This commit is contained in:
parent
f107a3726a
commit
a8363d02b8
4 changed files with 51 additions and 4 deletions
|
|
@ -348,22 +348,42 @@ label.custom-input-danger {
|
|||
color: $label-text;
|
||||
}
|
||||
}
|
||||
.form-control-feedback {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
z-index: 2;
|
||||
display: block;
|
||||
width: 34px;
|
||||
height: 34px;
|
||||
line-height: 34px;
|
||||
text-align: center;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
.has-feedback label ~ .form-control-feedback {
|
||||
top: 21px;
|
||||
font-size: 18px;
|
||||
.has-feedback {
|
||||
.form-control {
|
||||
padding-right: 42.5px;
|
||||
}
|
||||
label ~ .form-control-feedback {
|
||||
top: 21px;
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
.bootstrap-select {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue