redesign email template
This commit is contained in:
@@ -84,6 +84,10 @@ margin-top:25px;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
.data {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.footer {
|
||||
background-color: #2e2e2e;
|
||||
color: #999999;
|
||||
@@ -138,6 +142,45 @@ table.columns td.better-button {
|
||||
color: #FFFFFF !important;
|
||||
}
|
||||
|
||||
table.better-button-alt {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
table.columns td.better-button-alt {
|
||||
-webkit-border-radius: 2px;
|
||||
-moz-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
.better-button-alt a {
|
||||
text-decoration: none;
|
||||
-webkit-border-radius: 2px;
|
||||
-moz-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
|
||||
padding: 12px 25px;
|
||||
border: 1px solid #ff8f2b;
|
||||
background-color: #EFEFEF;
|
||||
display: inline-block;
|
||||
color: #ff8f2b;
|
||||
}
|
||||
|
||||
.better-button-alt:hover a {
|
||||
color: #ff8f2b !important;
|
||||
background-color: #DDDDDD;
|
||||
border: 1px solid #F2821E;
|
||||
}
|
||||
|
||||
.better-button-alt:visited a {
|
||||
color: #ff8f2b !important;
|
||||
}
|
||||
|
||||
.better-button-alt:active a {
|
||||
color: #ff8f2b !important;
|
||||
}
|
||||
|
||||
.verification-code {
|
||||
background-color: #EEEEEE;
|
||||
padding: 3px;
|
||||
|
||||
Reference in New Issue
Block a user