mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 01:17:37 -02:30
Add styles to keep number inputs consistent with form
This commit is contained in:
@@ -199,6 +199,15 @@
|
|||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.Form-formGroup {
|
||||||
|
input.form-control {
|
||||||
|
background-color: @default-secondary-bg;
|
||||||
|
border-color: @b7grey;
|
||||||
|
border-radius: 5px;
|
||||||
|
height: 30px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.Form-checkbox--stacked {
|
.Form-checkbox--stacked {
|
||||||
label {
|
label {
|
||||||
display: block;
|
display: block;
|
||||||
|
|||||||
Reference in New Issue
Block a user