Skip to content

Commit 577f7a6

Browse files
committed
MAGETWO-33969: Distance between "Log in" & "or" isn't equal to distance between "or" & "Register" in Frontend header
1 parent d7e8227 commit 577f7a6

File tree

2 files changed

+4
-0
lines changed
  • app/design/frontend/Magento

2 files changed

+4
-0
lines changed

app/design/frontend/Magento/blank/Magento_Catalog/web/css/source/_module.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@
186186
display: inline-block;
187187
vertical-align: top;
188188
}
189+
.type {
190+
margin-right: @indent__xs;
191+
}
189192
}
190193
&.overview {
191194
margin: @indent__base 0;

app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/_module.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@
223223
&.sku {
224224
.type {
225225
font-weight: normal;
226+
margin-right: @indent__xs;
226227
&:after {
227228
content: '#:';
228229
}

0 commit comments

Comments
 (0)