/
var
/
www
/
html
/
boazapp
/
var
/
cache
/
prod
/
twig
/
29
/
Upload File
HOME
<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* @email/zurb_2/notification/local.css */ class __TwigTemplate_6c35d96ca96ac7a96b5e2f4b79f1f5430b8708fa3499bcaa3fe00138f14c7770 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; yield "body { background: #f3f3f3; } .wrapper.secondary { background: #f3f3f3; } .container.body_alert { border-top: 8px solid #ec5840; } .container.body_warning { border-top: 8px solid #ffae00; } .container.body_default { border-top: 8px solid #aaaaaa; } "; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "@email/zurb_2/notification/local.css"; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array (); } public function getSourceContext() { return new Source("", "@email/zurb_2/notification/local.css", "/var/www/html/boazapp/vendor/symfony/twig-bridge/Resources/views/Email/zurb_2/notification/local.css"); } }