fix: Update email template styles
This commit is contained in:
parent
d71f4d5d3a
commit
20ea40db66
1 changed files with 19 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
/* csslint ignore:start */
|
||||
@import "./desk/variables.scss";
|
||||
@import "./desk/avatar.scss";
|
||||
|
||||
$text-color: $gray-900;
|
||||
$border-color: $gray-100;
|
||||
|
|
@ -11,6 +12,9 @@ $border-radius: 6px;
|
|||
$border-radius-sm: 4px;
|
||||
$border-radius-lg: 8px;
|
||||
|
||||
$orange-bg: #FFEAE1;
|
||||
$orange-color: #CB5A2A;
|
||||
|
||||
body {
|
||||
line-height: 1.5;
|
||||
color: $text-color;
|
||||
|
|
@ -86,6 +90,11 @@ hr {
|
|||
.email-body {
|
||||
font-size: 14px;
|
||||
color: $text-color;
|
||||
.gray-container {
|
||||
background-color: $gray-50;
|
||||
border-radius: $border-radius-lg;
|
||||
padding: 25px 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.email-footer {
|
||||
|
|
@ -252,3 +261,13 @@ hr {
|
|||
margin-bottom: 20px;
|
||||
}
|
||||
/* csslint ignore:end */
|
||||
|
||||
.avatar-frame {
|
||||
background-color: $orange-bg;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.standard-image {
|
||||
background-color: $orange-bg;
|
||||
color: $orange-color;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue