Skip to content

Commit

Permalink
Lint email.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
fblupi committed Feb 9, 2024
1 parent 5ac83b9 commit f90dda1
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions app/packs/stylesheets/email.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ body {
-webkit-box-sizing: border-box;
box-sizing: border-box;

&.preview{
&.preview {
.see-on-website,
.unsubscribe{
.unsubscribe {
cursor: not-allowed;
}
}
Expand Down Expand Up @@ -1789,42 +1789,42 @@ td {
box-sizing: border-box;
}

.email-notifications-digest{
.email-header{
.email-notifications-digest {
.email-header {
margin-bottom: 32px;
font-size: 16px;
font-weight: bold;
color: #2c2930;
display: inline-block;
width: 49%;

&--right{
&--right {
text-align: right;
}
}

.email-intro{
.email-intro {
font-size: 16px;
line-height: 21px;
}

.email-content-notifications{
.email-content-notifications {
background-color: #f4f4f4;
border-radius: 5px;
border: 1px #e5e5e5;
padding: 16px;
margin: 32px 0;
}

.email-content-notification{
p a{
.email-content-notification {
p a {
color: #327f9b;
font-weight: bold;
text-decoration: underline;
}
}

.email-element-separator{
.email-element-separator {
margin: 24px 0;
color: #e5e5e5;
border-color: #e5e5e5;
Expand All @@ -1833,17 +1833,17 @@ td {
border-width: 1px;
}

.email-notification-date{
.email-notification-date {
color: #666d7a;
display: block;
margin-bottom: 10px;
}

.email-closing{
.email-closing {
font-size: 14px;
}

.email-btn{
.email-btn {
border: solid 1px;
margin: 0 33% 30px;
width: 33%;
Expand Down

0 comments on commit f90dda1

Please sign in to comment.