Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / theme-logo.twig
diff --git a/vendor/chi-teck/drupal-code-generator/templates/d8/theme-logo.twig b/vendor/chi-teck/drupal-code-generator/templates/d8/theme-logo.twig
new file mode 100644 (file)
index 0000000..aa0c4a4
--- /dev/null
@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="100" height="60">
+  <rect x="3" y="3" rx="10" ry="10" width="94" height="54" style="stroke: #187bb8; fill: #f5f5ff;"/>
+  <text x="50%" y="50%" text-anchor="middle" alignment-baseline="middle" style="font-family: Arial, 'Helvetica Neue', Helvetica; fill: #187bb8;">{{ name }} logo</text>
+</svg>