mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 11:41:08 -03:30
Cleaned up scheduling section of projects page
This commit is contained in:
@@ -2027,6 +2027,8 @@ tr td button i {
|
|||||||
color: @default-data-txt;
|
color: @default-data-txt;
|
||||||
transition: border-color 0.3s;
|
transition: border-color 0.3s;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
font-size: 14px;
|
||||||
|
font-family: 'Open Sans', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-control + .select2 .select2-selection {
|
.form-control + .select2 .select2-selection {
|
||||||
|
|||||||
@@ -143,11 +143,13 @@
|
|||||||
|
|
||||||
.AddPermissions-roleRemove {
|
.AddPermissions-roleRemove {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
padding: 3px 4.5px;
|
padding: 1px 0;
|
||||||
line-height: 11px;
|
line-height: 11px;
|
||||||
color: @default-icon;
|
color: @default-icon;
|
||||||
background-color: @default-tertiary-bg;
|
background-color: @default-tertiary-bg;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
height: 23px;
|
||||||
|
width: 23px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.AddPermissions-roleRemove:hover {
|
.AddPermissions-roleRemove:hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user