mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 13:41:28 -03:30
add global error fade transitions
This commit is contained in:
parent
c6ca1b1c2b
commit
99d8648b3f
@ -2067,3 +2067,16 @@ button.dropdown-toggle,
|
||||
.form-control.ng-dirty.ng-invalid, .form-control.ng-dirty.ng-invalid:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.error {
|
||||
opacity: 1;
|
||||
transition: opacity 0.2s;
|
||||
}
|
||||
|
||||
.error.ng-hide-add {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.error.ng-hide {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user