mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
Remove inner border on toggles
This commit is contained in:
parent
10a51c72f0
commit
7d4b3a08f2
@ -490,14 +490,23 @@ input[type='radio']:checked:before {
|
||||
margin: 0 0 0 10px;
|
||||
padding-bottom: 5px;
|
||||
|
||||
.btn.btn-xs {
|
||||
padding: 0px 10px;
|
||||
label {
|
||||
&:first-child {
|
||||
border-right: none;
|
||||
}
|
||||
&:last-child {
|
||||
border-left: none;
|
||||
}
|
||||
}
|
||||
|
||||
input {
|
||||
visibility: hidden;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.btn.btn-xs {
|
||||
padding: 0px 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.Form-inputLabel{
|
||||
|
||||
@ -23,6 +23,15 @@
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
.PortalMode-filter > button {
|
||||
&:first-child {
|
||||
border-right: none;
|
||||
}
|
||||
&:last-child {
|
||||
border-left: none;
|
||||
}
|
||||
}
|
||||
|
||||
.btn.btn-xs {
|
||||
padding: 1px 10px;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user