mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-06 08:21:50 -05:00
Add prompt on launch and checkbox
This commit is contained in:
@@ -15,6 +15,17 @@
|
||||
}
|
||||
}
|
||||
|
||||
.at-Checkbox {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
& > input[type=checkbox] {
|
||||
height: @at-input-height;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.at-InputGroup-button {
|
||||
height: 100%;
|
||||
}
|
||||
@@ -86,6 +97,7 @@
|
||||
|
||||
.at-InputLabel {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.at-InputLabel-name {
|
||||
@@ -103,6 +115,30 @@
|
||||
line-height: @at-line-height-short;
|
||||
}
|
||||
|
||||
.at-InputLabel-checkbox {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.at-InputLabel-checkboxLabel {
|
||||
margin-bottom: 0;
|
||||
|
||||
& > input[type=checkbox] {
|
||||
margin: 0 @at-space 0 0;
|
||||
position: relative;
|
||||
top: @at-space;
|
||||
}
|
||||
|
||||
& > p {
|
||||
font-size: @at-font-size;
|
||||
color: @at-gray-dark-4x;
|
||||
font-weight: @at-font-weight;
|
||||
display: inline;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.at-InputMessage--rejected {
|
||||
font-size: @at-font-size;
|
||||
color: @at-red;
|
||||
|
||||
Reference in New Issue
Block a user