@cobre-npm/ds-v3 0.64.5 → 0.65.0
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/style.css +1 -1
- package/dist/tokens/_components.scss +6 -3
- package/package.json +1 -1
|
@@ -376,9 +376,12 @@
|
|
|
376
376
|
--cobre-btn-v3-padding: 0 8px;
|
|
377
377
|
|
|
378
378
|
// By Sizes
|
|
379
|
-
--cobre-btn-v3-small-height: 32px;
|
|
380
|
-
--cobre-btn-v3-
|
|
381
|
-
--cobre-btn-v3-
|
|
379
|
+
--cobre-btn-v3-small-desktop-height: 32px;
|
|
380
|
+
--cobre-btn-v3-small-mobile-height: 40px;
|
|
381
|
+
--cobre-btn-v3-medium-desktop-height: 32px;
|
|
382
|
+
--cobre-btn-v3-medium-mobile-height: 40px;
|
|
383
|
+
--cobre-btn-v3-big-desktop-height: 52px;
|
|
384
|
+
--cobre-btn-v3-big-mobile-height: 52px;
|
|
382
385
|
--cobre-btn-v3-icon-small: 16px;
|
|
383
386
|
--cobre-btn-v3-icon-medium: 20px;
|
|
384
387
|
|