@posiwise/core-styles 1.0.4 → 1.0.6
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/package.json
CHANGED
|
@@ -730,6 +730,16 @@
|
|
|
730
730
|
.container-fluid.pw-tab.overflow-hidden {
|
|
731
731
|
margin-top: -12px;
|
|
732
732
|
}
|
|
733
|
+
|
|
734
|
+
/* Same look as form label – use on <span> when a11y requires no <label> (e.g. aria-labelledby only) */
|
|
735
|
+
.pw-label-style {
|
|
736
|
+
color: gray;
|
|
737
|
+
font-size: 0.75rem;
|
|
738
|
+
font-weight: 500;
|
|
739
|
+
letter-spacing: 2px;
|
|
740
|
+
text-transform: uppercase;
|
|
741
|
+
}
|
|
742
|
+
|
|
733
743
|
.toast-container {
|
|
734
744
|
position: fixed !important;
|
|
735
745
|
}
|