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