mirror of
https://github.com/tabler/tabler.git
synced 2026-07-22 13:31:50 +04:00
grid fixes, form switch lg
This commit is contained in:
@@ -216,7 +216,6 @@ Card footer
|
||||
.card-subtitle {
|
||||
margin-top: -$card-spacer-y;
|
||||
margin-bottom: $card-spacer-y;
|
||||
font-size: $small-font-size;
|
||||
color: $text-muted;
|
||||
}
|
||||
|
||||
|
||||
@@ -94,11 +94,11 @@
|
||||
}
|
||||
|
||||
> :not(template):not(:first-child) {
|
||||
padding-top: $size/2 !important;
|
||||
padding-top: $size !important;
|
||||
}
|
||||
|
||||
> :not(template):not(:last-child) {
|
||||
padding-bottom: $size/2 !important;
|
||||
padding-bottom: $size !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -108,11 +108,11 @@
|
||||
}
|
||||
|
||||
> :not(template):not(:first-child) {
|
||||
padding-left: $size/2 !important;
|
||||
padding-left: $size !important;
|
||||
}
|
||||
|
||||
> :not(template):not(:last-child) {
|
||||
padding-right: $size/2 !important;
|
||||
padding-right: $size !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -54,4 +54,12 @@ Form switch
|
||||
height: $form-switch-height;
|
||||
margin-top: ($form-check-min-height - $form-switch-height) / 2;
|
||||
}
|
||||
}
|
||||
|
||||
.form-switch-lg {
|
||||
.form-check-input {
|
||||
height: 1.5rem;
|
||||
width: 2.75rem;
|
||||
background-size: 1.5rem;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user