@deque/cauldron-styles 6.5.0-canary.946b10da → 6.5.0-canary.c570eceb
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/index.css +9 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1364,6 +1364,15 @@ button.Link {
|
|
|
1364
1364
|
padding: 0 var(--space-small);
|
|
1365
1365
|
}
|
|
1366
1366
|
|
|
1367
|
+
.Button--condensed {
|
|
1368
|
+
min-width: var(--button-height);
|
|
1369
|
+
padding: 0;
|
|
1370
|
+
}
|
|
1371
|
+
|
|
1372
|
+
.Button--condensed:is(.Button--thin) {
|
|
1373
|
+
min-width: var(--button-thin-height);
|
|
1374
|
+
}
|
|
1375
|
+
|
|
1367
1376
|
[class*='Button--'] + [class*='Button--'] {
|
|
1368
1377
|
margin-left: var(--space-smallest);
|
|
1369
1378
|
}
|
package/package.json
CHANGED