We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1080eda commit 8fc21e6Copy full SHA for 8fc21e6
packages/components/button/src/button.scss
@@ -431,6 +431,9 @@ bolt-button {
431
432
// Button widths
433
434
+
435
+// Button width variations
436
+bolt-button[width="full"],
437
.c-bolt-button--full {
438
width: 100%;
439
}
@@ -440,6 +443,7 @@ bolt-button {
440
443
border-radius: 50%;
441
444
442
445
446
+bolt-button[width="full@small"],
447
.c-bolt-button--full\@small {
448
@media screen and (max-width: map-get($bolt-breakpoints, small)) {
449
0 commit comments