Security update for Core, with self-updated composer
[yaffs-website] / web / core / themes / seven / css / components / tabs.css
index 28401b425e93d09bc2de38835d2e0f810f7259fe..5aab30b8499cd9fbf0bdd84dc816e65b9ec10f63 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * Tabs.
  */
-.is-collapse-enabled  .tabs,
+.is-collapse-enabled .tabs,
 .is-horizontal .tabs {
   position: relative;
 }
@@ -107,7 +107,7 @@ li.tabs__tab a {
 }
 
 /* Only add the arrow if there's space */
-@media screen and (min-width:18.75em) { /* 300px */
+@media screen and (min-width: 18.75em) { /* 300px */
   .tabs.primary a {
     background: url(../../../../misc/icons/0074bd/chevron-right.svg) 99% center no-repeat;
   }
@@ -123,7 +123,7 @@ li.tabs__tab a {
 }
 
 /* JS dependent styling */
- .is-collapse-enabled .tabs__trigger {
+.is-collapse-enabled .tabs__trigger {
   box-sizing: content-box;
   display: block;
   position: absolute;