@sorocraft/ui 1.1.2 → 1.1.5
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/dist/components/FreeCountdown/FreeCountdown.d.ts +5 -0
- package/dist/components/FreeCountdown/index.d.ts +1 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/styles/scss/variables.scss +11 -1
- package/dist/styles/ui.css +1 -1
- package/dist/styles/ui.css.map +1 -1
- package/package.json +1 -1
|
@@ -106,6 +106,10 @@ $highlighted-message-shadow: 0px 0px 20px 0px
|
|
|
106
106
|
);
|
|
107
107
|
$box-right-shadow: 2px 0px 5px -3px rgba(0, 0, 0, 0.15);
|
|
108
108
|
$image-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
|
|
109
|
+
$feature-card-shadow: 0px 8px 16px -8px rgba(0, 0, 0, 0.1),
|
|
110
|
+
0px 13px 27px -12px rgba(50, 50, 93, 0.25);
|
|
111
|
+
$feature-card-hover-shadow: 0px 100px 50px -40px rgba(0, 0, 0, 0.1),
|
|
112
|
+
0px 60px 100px 0px rgba(50, 50, 93, 0.25);
|
|
109
113
|
|
|
110
114
|
/**/
|
|
111
115
|
$uiTypeStyles: (
|
|
@@ -230,7 +234,7 @@ $btn-font-weight: 500;
|
|
|
230
234
|
$btn-line-height: 1;
|
|
231
235
|
$btn-disabled-opacity: 0.65;
|
|
232
236
|
$btn-font-size: 0.925rem;
|
|
233
|
-
|
|
237
|
+
//
|
|
234
238
|
$button-sizes: (
|
|
235
239
|
xs: (
|
|
236
240
|
32px,
|
|
@@ -268,6 +272,12 @@ $button-sizes: (
|
|
|
268
272
|
24px,
|
|
269
273
|
8px,
|
|
270
274
|
),
|
|
275
|
+
xxxl: (
|
|
276
|
+
64px,
|
|
277
|
+
16px,
|
|
278
|
+
24px,
|
|
279
|
+
8px,
|
|
280
|
+
),
|
|
271
281
|
);
|
|
272
282
|
|
|
273
283
|
/* TEXT */
|