mirror of
https://github.com/ansible/awx.git
synced 2026-03-28 22:35:08 -02:30
Fix UX Hit List configure tower items
This commit is contained in:
@@ -1,16 +1,15 @@
|
|||||||
@import "./client/src/shared/branding/colors.default.less";
|
@import "./client/src/shared/branding/colors.default.less";
|
||||||
@import "../shared/branding/colors.less";
|
@import "../shared/branding/colors.less";
|
||||||
|
|
||||||
.Form-resetValue, .Form-resetFile {
|
.Form-resetValue, .Form-resetAll {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: 12px;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Form-resetValue {
|
.Form-resetValue {
|
||||||
float: right;
|
float: right;
|
||||||
font-size: 14px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.Form-resetAll {
|
.Form-resetAll {
|
||||||
@@ -19,7 +18,6 @@
|
|||||||
background-color: @white;
|
background-color: @white;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
color: @default-link;
|
color: @default-link;
|
||||||
font-size: 12px;
|
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: @default-link-hov;
|
color: @default-link-hov;
|
||||||
@@ -36,14 +34,19 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.Form-nav--dropdownContainer {
|
.Form-nav--dropdownContainer {
|
||||||
width: 285px;
|
align-items: center;
|
||||||
margin-bottom: 22px;
|
width: 100%;
|
||||||
|
margin: 0 0 22px auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Form-nav--dropdown {
|
.Form-nav--dropdown {
|
||||||
width: 60%;
|
width: 285px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.Form-nav--dropdown .select2-container {
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Form-nav--dropdownLabel {
|
.Form-nav--dropdownLabel {
|
||||||
@@ -51,8 +54,7 @@
|
|||||||
color: @default-interface-txt;
|
color: @default-interface-txt;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding-right: 5px;
|
padding-right: 15px;
|
||||||
padding-top: 5px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.Form-tabRow {
|
.Form-tabRow {
|
||||||
|
|||||||
Reference in New Issue
Block a user