Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
#32702: add missing changes from Magento 2.3.0 blank theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Janusz Janczy committed May 23, 2019
1 parent a4e6a40 commit c0623bf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions styles/email/_email-base-inline.scss
Original file line number Diff line number Diff line change
Expand Up @@ -170,3 +170,20 @@ body {
}
}
}

.message-details {
margin-bottom: $indent__s;

b {
font-weight: bold;
}

td {
padding-bottom: $indent__xs;

b {
margin-right: $indent__s;
}
}
}

2 changes: 1 addition & 1 deletion styles/email/_email-base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ a:active {
@include max-screen($screen__s) {
html,
body {
// Change background/foreground to same color
// Change background/foreground to same color
background-color: $email-content__background-color;
width: 100% !important; // sass-lint:disable-line no-important
}
Expand Down

0 comments on commit c0623bf

Please sign in to comment.