Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / profiles / demo_umami / themes / umami / css / components / navigation / menu-footer / menu-footer.css
diff --git a/web/core/profiles/demo_umami/themes/umami/css/components/navigation/menu-footer/menu-footer.css b/web/core/profiles/demo_umami/themes/umami/css/components/navigation/menu-footer/menu-footer.css
new file mode 100644 (file)
index 0000000..32c8871
--- /dev/null
@@ -0,0 +1,41 @@
+/**
+ * @file
+ * This file is used to style the main menu.
+ */
+
+.menu-footer {
+  padding: 0;
+}
+
+.menu-footer__title {
+  font-size: 1.5rem;
+  font-weight: normal;
+}
+
+.menu-footer__item {
+  list-style: none;
+}
+
+.menu-footer .menu-footer__link {
+  background-color: transparent;
+  text-decoration: none;
+  font-weight: bold;
+  color: #fff;
+}
+
+.menu-footer .menu-footer__link:active,
+.menu-footer .menu-footer__link:focus,
+.menu-footer .menu-footer__link:hover {
+  background-color: transparent;
+  text-decoration: underline;
+}
+
+@media screen and (min-width: 60rem) {
+  .menu-footer__title {
+    padding-top: 2rem;
+  }
+
+  .menu-footer-wrapper {
+    flex-basis: 25%;
+  }
+}