Skip to content

Commit 4ab6e3b

Browse files
ENGCOM-7630: Use Variable for border-radius #28548
- Merge Pull Request #28548 from Scarbous/magento2:patch-1 - Merged commits: 1. eface05 2. 9bd16ba 3. a59cd76
2 parents 8b7d949 + a59cd76 commit 4ab6e3b

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)