Skip to content

Commit 8d16729

Browse files
ENGCOM-7249: Fix incorrect alignment element in login container theme blank #27544
- Merge Pull Request #27544 from mrtuvn/magento2:fix-alignment-things-login-container-theme-blank - Merged commits: 1. 389ec23 2. b95ced6 3. 21f5487 4. 208f670 5. 4991888 6. 36cbd17 7. a33d5b6 8. 0026a11 9. 670cd15 10. a44c925 11. 736a1f7 12. 96e0c73 13. 8c6d76e
2 parents def8a07 + 8c6d76e commit 8d16729

File tree

1 file changed

+8
-1
lines changed
  • app/design/frontend/Magento/blank/Magento_Customer/web/css/source

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,10 @@
412412

413413
.block {
414414
&:extend(.abs-blocks-2columns all);
415-
&.login {
415+
.login {
416416
.actions-toolbar {
417+
margin-left: 0;
418+
417419
> .primary {
418420
margin-bottom: 0;
419421
margin-right: @indent__l;
@@ -428,13 +430,18 @@
428430

429431
.fieldset {
430432
&:after {
433+
margin-left: 0;
431434
&:extend(.abs-margin-for-forms-desktop all);
432435
}
433436

434437
> .field {
435438
> .control {
436439
width: 80%;
437440
}
441+
442+
.label {
443+
text-align: left;
444+
}
438445
}
439446
}
440447
}

0 commit comments

Comments
 (0)