Nice button in emails

This commit is contained in:
Godwin
2015-09-09 22:21:04 -07:00
parent 7fa9dba20e
commit 326138a2fe
2 changed files with 19 additions and 1 deletions
+16
View File
@@ -38,6 +38,22 @@
cursor: default;
}
}
h3 b {
padding: 10px 20px;
line-height: 50px;
}
h3 b a {
color: #FFF !important;
background-color: #02CA9E;
text-decoration: none !important;
border-radius: 4px;
padding: 10px 15px;
margin-left: 20px;
border-bottom: 3px solid #00AF88;
}
h3 b a:hover {
background-color: #00AF88;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
a[href^="tel"], a[href^="sms"] {
text-decoration: none;