@asantemedia-org/leybold-design-system 1.0.7 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.scss +6 -0
- package/dist/index.scss +6 -0
- package/package.json +1 -1
package/dist/index.esm.scss
CHANGED
|
@@ -721,6 +721,12 @@
|
|
|
721
721
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
722
722
|
font-size: 18px;
|
|
723
723
|
}
|
|
724
|
+
.qr-journey-form-wrapper ::-moz-placeholder {
|
|
725
|
+
font-style: normal;
|
|
726
|
+
}
|
|
727
|
+
.qr-journey-form-wrapper ::placeholder {
|
|
728
|
+
font-style: normal;
|
|
729
|
+
}
|
|
724
730
|
.qr-journey-form-wrapper h1 {
|
|
725
731
|
font-size: 28px;
|
|
726
732
|
font-weight: 400;
|
package/dist/index.scss
CHANGED
|
@@ -721,6 +721,12 @@
|
|
|
721
721
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
722
722
|
font-size: 18px;
|
|
723
723
|
}
|
|
724
|
+
.qr-journey-form-wrapper ::-moz-placeholder {
|
|
725
|
+
font-style: normal;
|
|
726
|
+
}
|
|
727
|
+
.qr-journey-form-wrapper ::placeholder {
|
|
728
|
+
font-style: normal;
|
|
729
|
+
}
|
|
724
730
|
.qr-journey-form-wrapper h1 {
|
|
725
731
|
font-size: 28px;
|
|
726
732
|
font-weight: 400;
|