mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 16:28:43 -03:30
Remove inner border on toggles
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user