We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd372dd commit de92ef1Copy full SHA for de92ef1
src/scss/_custom-forms.scss
@@ -60,6 +60,7 @@
60
61
.custom-control-label {
62
position: static;
63
+
64
&:hover {
65
cursor: pointer;
66
}
@@ -85,6 +86,17 @@
85
86
87
88
89
+// Custom Switches (core)
90
+//
91
+// Adjustments for the default Bootstrap custom switches.
92
93
+.custom-switch {
94
+ padding-left: $custom-switch-padding-left;
95
96
+ .custom-control-label {
97
+ position: relative;
98
+ }
99
+}
100
101
// Checkboxes
102
//
0 commit comments