margin-right on slider checkbox
some checkbox sliders dont have the .form-check div encased around it so this fixes it
This commit is contained in:
parent
ab043b5efa
commit
45c029a50d
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,6 @@ input:not([type="range"]), .form-control {
|
|||
|
||||
.form-check.form-switch {
|
||||
display: inline-block;
|
||||
margin-right: 0.5rem;
|
||||
|
||||
.form-check-input {
|
||||
appearance: none;
|
||||
|
|
@ -56,6 +55,7 @@ input:not([type="range"]), .form-control {
|
|||
outline: none;
|
||||
transition: background-color 0.2s ease-in-out;
|
||||
vertical-align: middle;
|
||||
margin-right: 0.5rem;
|
||||
|
||||
// The knob and icon, created using the ::after pseudo-element of the input
|
||||
// Not Checked State Styling
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue