Skip to content

Commit db30e09

Browse files
committed
Fix(web): Add styles for large square Button #DS-318
1 parent 4ef5e85 commit db30e09

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/web/src/scss/components/Button/_Button.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,12 @@
5656
flex: none;
5757
padding-inline: 0;
5858
}
59+
60+
.Button--square.Button--large {
61+
@include tools.square(
62+
theme.$breakpoints,
63+
theme.$typography,
64+
map.get(theme.$sizes, large, padding-y),
65+
theme.$border-width
66+
);
67+
}

0 commit comments

Comments
 (0)