salix/print/common/css/email.css

34 lines
419 B
CSS
Raw Normal View History

2019-10-29 06:46:44 +00:00
/**
* Email only stylesheet
*
*/
2019-01-22 08:55:35 +00:00
body {
-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 {
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 {
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
}