3 abstract class DifferentialMailView
6 protected function renderCodeBlock($block) {
8 'font: 11px/15px "Menlo", "Consolas", "Monaco", monospace;',
9 'white-space: pre-wrap;',
18 'style' => implode(' ', $style),
23 protected function renderHeaderBlock($block) {
26 'background: #eff2f4;',
34 'style' => implode(' ', $style),
39 protected function renderHeaderBold($content) {
43 'style' => 'color: #4b4d51; font-weight: bold;',
48 protected function renderContentBox($content) {
50 'border: 1px solid #C7CCD9;',
51 'border-radius: 3px;',
57 'style' => implode(' ', $style),