@ieeesa-npm/shared-styles 0.3.1 → 0.3.2
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/styles/variables.scss +9 -0
package/package.json
CHANGED
package/styles/variables.scss
CHANGED
|
@@ -158,6 +158,7 @@ $ieeesa-success-color: #c0deef;
|
|
|
158
158
|
$ieeesa-error-color: #f9dedc;
|
|
159
159
|
$ieeesa-warning-color: #ffefd3;
|
|
160
160
|
$ieeesa-neutral-60: #8f918e;
|
|
161
|
+
$ieeesa-color-picker-default-bg-color: #f4f3f3;
|
|
161
162
|
$ieeesa-form-field-background: linear-gradient(
|
|
162
163
|
0deg,
|
|
163
164
|
rgba(0, 98, 155, 0.05) 0%,
|
|
@@ -170,6 +171,14 @@ $ieeesa-tile-background: linear-gradient(
|
|
|
170
171
|
rgba(0, 98, 155, 0.08) 100%
|
|
171
172
|
),
|
|
172
173
|
#fffbfe;
|
|
174
|
+
$ieeesa-color-picker-background: linear-gradient(
|
|
175
|
+
135deg,
|
|
176
|
+
rgba(236, 236, 236, 0.7) 0%,
|
|
177
|
+
rgba(236, 236, 236, 0.7) 45%,
|
|
178
|
+
$ieeesa-color-picker-default-bg-color 50%,
|
|
179
|
+
rgba(236, 236, 236, 0.7) 55%,
|
|
180
|
+
rgba(236, 236, 236, 0.7) 100%
|
|
181
|
+
);
|
|
173
182
|
$ieeesa-neutral-60: #939094;
|
|
174
183
|
$ieeesa-background-color-gray: #f2f2f2;
|
|
175
184
|
$ieeesa-mobile-min-width: 767px;
|