@rypen-dev/shared-components 2.1.75 → 2.1.76
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
|
@@ -747,8 +747,12 @@ label {
|
|
|
747
747
|
select {
|
|
748
748
|
border-width: 2px !important;
|
|
749
749
|
border-style: solid !important;
|
|
750
|
+
}
|
|
750
751
|
|
|
751
|
-
|
|
752
|
+
&.line {
|
|
753
|
+
input,
|
|
754
|
+
textarea,
|
|
755
|
+
select {
|
|
752
756
|
border-top-width: 0 !important;
|
|
753
757
|
border-left-width: 0 !important;
|
|
754
758
|
border-right-width: 0 !important;
|