Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / profiles / demo_umami / themes / umami / css / components / blocks / banner / banner.css
index 4bf055a55adc311a4d82d73c162e0573ef35d5fc..45267bac66191b961937299099bb17ab6511b1ac 100644 (file)
@@ -35,7 +35,6 @@
   font-family: 'Scope One', Georgia, serif;
   font-size: 1.2rem;
   font-weight: 400;
-  font-weight: normal;
   transition: background-color 0.5s ease;
 }
 
@@ -43,8 +42,8 @@
 .block-type-banner-block .field--name-field-content-link a:hover {
   background-color: #00836d;
   color: #fff;
-  outline: 2px solid currentColor;
-  outline-offset: -2px;
+  box-shadow: 0 0 0 2px currentColor inset;
+  outline: none;
 }
 
 /* 768px */
@@ -62,6 +61,7 @@
     margin: 0 auto;
     display: flex;
     padding: 0 1em;
+    height: 0; /* Required for flexbox vertical centering in IE11. Min-height will take precedence. */
     min-height: 43vw;
     align-items: center;
   }