2019-10-29 06:46:44 +00:00
|
|
|
/**
|
|
|
|
* Email only stylesheet
|
|
|
|
*
|
|
|
|
*/
|
2019-01-22 08:55:35 +00:00
|
|
|
body {
|
2019-11-13 11:18:30 +00:00
|
|
|
-webkit-text-size-adjust: none;
|
|
|
|
-ms-text-size-adjust: none;
|
|
|
|
background-color: #FFF;
|
|
|
|
font-weight: 400;
|
2019-11-11 10:04:49 +00:00
|
|
|
color: #555;
|
|
|
|
margin: 0
|
2019-01-22 08:55:35 +00:00
|
|
|
}
|
|
|
|
|
2019-11-11 10:04:49 +00:00
|
|
|
.grid {
|
2019-11-13 11:18:30 +00:00
|
|
|
background-color: #FFF
|
|
|
|
|
2019-01-22 08:55:35 +00:00
|
|
|
}
|
|
|
|
|
2019-11-11 10:04:49 +00:00
|
|
|
.grid a {
|
2019-01-22 08:55:35 +00:00
|
|
|
color: #8dba25
|
|
|
|
}
|
|
|
|
|
2019-11-11 10:04:49 +00:00
|
|
|
.grid-block {
|
2019-11-13 11:18:30 +00:00
|
|
|
min-width: 300px;
|
2019-11-11 10:04:49 +00:00
|
|
|
max-width: 600px;
|
2019-11-14 07:16:52 +00:00
|
|
|
margin: 0 auto;
|
|
|
|
color: #333
|
2019-01-22 08:55:35 +00:00
|
|
|
}
|
|
|
|
|
2019-11-11 10:04:49 +00:00
|
|
|
h1 {
|
|
|
|
font-weight: 100;
|
2019-11-14 07:16:52 +00:00
|
|
|
font-size: 1.5em
|
2019-02-06 09:53:12 +00:00
|
|
|
}
|