mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
[system_tracking] Adding style templates I missed in last commit
This commit is contained in:
parent
2955cfbfe8
commit
585096e566
8
awx/ui/static/js/shared/utilities/alerts.less
Normal file
8
awx/ui/static/js/shared/utilities/alerts.less
Normal file
@ -0,0 +1,8 @@
|
||||
.u-input-info-alert {
|
||||
border-color: #31708f !important;
|
||||
}
|
||||
|
||||
.u-info-alert {
|
||||
color: #31708f !important;
|
||||
}
|
||||
|
4
awx/ui/static/js/shared/utilities/hidden.less
Normal file
4
awx/ui/static/js/shared/utilities/hidden.less
Normal file
@ -0,0 +1,4 @@
|
||||
.u-hiddenVisually {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user