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 7419a12 commit bbd96e8Copy full SHA for bbd96e8
src/components/slide-toggle/slide-toggle.scss
@@ -86,7 +86,15 @@ $md-slide-toggle-margin: 16px !default;
86
}
87
88
89
-// The label is our root container for the slide-toggle / switch indicator and label text.
+// The content element is responsible for the users content.
90
+// It will apply the given typography styles and align at the end of the slide-toggle.
91
+.md-slide-toggle-content {
92
+ font-size: $md-body-font-size-base;
93
+ font-family: $md-font-family;
94
+ font-weight: 500;
95
+}
96
+
97
+// The label element is our root container for the slide-toggle / switch indicator and label text.
98
// It has to be a label, to support accessibility for the visual hidden input.
99
.md-slide-toggle-label {
100
display: flex;
0 commit comments