mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Custom HTML email renderers and new email style (#991)
* Custom HTML email renderers * Move inline_css call * Small fixes * New HTML mail style for pretix * Thumbs * Inlinestyle for notifications * Documentation * Set line-height
This commit is contained in:
@@ -354,3 +354,15 @@ table td > .checkbox input[type="checkbox"] {
|
||||
top: 2px;
|
||||
}
|
||||
}
|
||||
.maildesignpreview {
|
||||
label {
|
||||
display: block;
|
||||
}
|
||||
img {
|
||||
display: block;
|
||||
width: 90%;
|
||||
margin: 10px auto;
|
||||
height: auto;
|
||||
box-shadow: 0 1px 3px 0 #aaa;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user