mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Updated system tracking for marketing screenshots
This commit is contained in:
@@ -144,8 +144,8 @@
|
||||
|
||||
.Form-tab.is-selected {
|
||||
color: @btn-txt-sel;
|
||||
background-color: @default-icon-hov;
|
||||
border-color: @default-icon-hov;
|
||||
background-color: @default-icon;
|
||||
border-color: @default-icon;
|
||||
}
|
||||
|
||||
.Form-tab--disabled {
|
||||
@@ -595,3 +595,16 @@ input[type='radio']:checked:before {
|
||||
float: right;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.alert-info {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
height: 100px;
|
||||
border-radius: 5px;
|
||||
border: 1px solid @default-no-items-bord;
|
||||
background-color: @default-no-items-bord;
|
||||
color: @default-icon;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user