Skip to content

Commit 02651e9

Browse files
committed
move-code-checkout
1 parent b4aa299 commit 02651e9

File tree

2 files changed

+30
-29
lines changed

2 files changed

+30
-29
lines changed

app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_checkout.less

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,36 @@
7474
display: none;
7575
}
7676
}
77+
78+
.abs-discount-code {
79+
.actions-toolbar {
80+
display: table-cell;
81+
vertical-align: top;
82+
width: 1%;
83+
84+
.primary {
85+
float: left;
86+
.action {
87+
&:extend(.abs-revert-to-action-secondary all);
88+
border-bottom-left-radius: 0;
89+
border-top-left-radius: 0;
90+
margin: 0 0 0 -2px;
91+
white-space: nowrap;
92+
width: auto;
93+
}
94+
}
95+
}
96+
.form-discount {
97+
display: table;
98+
width: 100%;
99+
100+
> .field {
101+
> .label {
102+
display: none;
103+
}
104+
}
105+
}
106+
}
77107
}
78108

79109
//

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

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1914,35 +1914,6 @@
19141914
}
19151915
}
19161916

1917-
.abs-discount-code {
1918-
.actions-toolbar {
1919-
display: table-cell;
1920-
vertical-align: top;
1921-
width: 1%;
1922-
1923-
.primary {
1924-
float: left;
1925-
.action {
1926-
&:extend(.abs-revert-to-action-secondary all);
1927-
border-bottom-left-radius: 0;
1928-
border-top-left-radius: 0;
1929-
margin: 0 0 0 -2px;
1930-
white-space: nowrap;
1931-
width: auto;
1932-
}
1933-
}
1934-
}
1935-
.form-discount {
1936-
display: table;
1937-
width: 100%;
1938-
1939-
> .field {
1940-
> .label {
1941-
display: none;
1942-
}
1943-
}
1944-
}
1945-
}
19461917
}
19471918

19481919
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {

0 commit comments

Comments
 (0)