@rypen-dev/shared-components 3.0.11 → 3.0.12
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 +1 -1
- package/scss/proposals.scss +14 -0
package/package.json
CHANGED
package/scss/proposals.scss
CHANGED
|
@@ -688,12 +688,26 @@
|
|
|
688
688
|
}
|
|
689
689
|
}
|
|
690
690
|
|
|
691
|
+
&.text-right {
|
|
692
|
+
input,
|
|
693
|
+
select {
|
|
694
|
+
text-align: right;
|
|
695
|
+
}
|
|
696
|
+
}
|
|
697
|
+
|
|
691
698
|
@media print, screen and (min-width: map-get($breakpoints, medium)) {
|
|
692
699
|
&.label-small-only {
|
|
693
700
|
label {
|
|
694
701
|
display: none;
|
|
695
702
|
}
|
|
696
703
|
}
|
|
704
|
+
|
|
705
|
+
&.medium-text-right {
|
|
706
|
+
input,
|
|
707
|
+
select {
|
|
708
|
+
text-align: right;
|
|
709
|
+
}
|
|
710
|
+
}
|
|
697
711
|
}
|
|
698
712
|
|
|
699
713
|
> .adjust-field {
|