Skip to content

Commit eface05

Browse files
authored
Use Variable for border-radius
The border-radius was hard coded, so i changed it to: @button__border-radius
1 parent f571e90 commit eface05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/design/frontend/Magento/blank/web/css/source/_extends.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1110,7 +1110,7 @@
11101110
.abs-shopping-cart-items {
11111111
.action {
11121112
&.continue {
1113-
border-radius: 3px;
1113+
border-radius: @button__border-radius;
11141114
font-weight: @font-weight__bold;
11151115
.lib-link-as-button();
11161116
.lib-button(

0 commit comments

Comments
 (0)