@rypen-dev/shared-components 2.1.75 → 2.1.79
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
package/scss/_variables.scss
CHANGED
|
@@ -128,6 +128,11 @@ $icon-highlight-color: $tertiary-alt !default;
|
|
|
128
128
|
$mood-board-text-color: $text-gray !default;
|
|
129
129
|
$mood-board-dark-text-color: $secondary-alt !default;
|
|
130
130
|
|
|
131
|
+
$retail-color: $primary !default;
|
|
132
|
+
$trade-color: $dark-gray !default;
|
|
133
|
+
$inventory-color: $success-alt !default;
|
|
134
|
+
$enterprise-color: $quaternary !default;
|
|
135
|
+
|
|
131
136
|
// Images
|
|
132
137
|
$hero-image-url: "/studio/assets/images/hero.jpg" !default;
|
|
133
138
|
|
|
@@ -581,6 +581,7 @@ label {
|
|
|
581
581
|
[type='time'],
|
|
582
582
|
[type='url'],
|
|
583
583
|
[type='color'] {
|
|
584
|
+
padding-top: 0;
|
|
584
585
|
padding-bottom: calc(0.625rem - 1px);
|
|
585
586
|
}
|
|
586
587
|
}
|
|
@@ -747,8 +748,12 @@ label {
|
|
|
747
748
|
select {
|
|
748
749
|
border-width: 2px !important;
|
|
749
750
|
border-style: solid !important;
|
|
751
|
+
}
|
|
750
752
|
|
|
751
|
-
|
|
753
|
+
&.line {
|
|
754
|
+
input,
|
|
755
|
+
textarea,
|
|
756
|
+
select {
|
|
752
757
|
border-top-width: 0 !important;
|
|
753
758
|
border-left-width: 0 !important;
|
|
754
759
|
border-right-width: 0 !important;
|