Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / themes / seven / css / components / tour.theme.css
index d2ac5347c53e85c7d018e37e9c3bac5231be79c2..6509ff89533ac4b34125be63bedd792d9241c9a9 100644 (file)
@@ -6,7 +6,7 @@
 /* Default styles for the container */
 .joyride-tip-guide {
   background: #000;
-  background: rgba(0,0,0, 0.8);
+  background: rgba(0, 0, 0, 0.8);
   color: #fff;
   border-radius: 5px;
 }
@@ -20,7 +20,7 @@
 
 /* Add a little css triangle pip, older browser just miss out on the fanciness of it. */
 .joyride-tip-guide .joyride-nub {
-  border: solid 14px rgba(0,0,0, 0.8);
+  border: solid 14px rgba(0, 0, 0, 0.8);
 }
 .joyride-tip-guide .joyride-nub.top {
   border-top-color: transparent;
@@ -39,7 +39,7 @@
 }
 [dir="rtl"] .joyride-tip-guide .joyride-nub.right {
   border-left-color: transparent;
-  border-right-color: rgba(0,0,0, 0.8);
+  border-right-color: rgba(0, 0, 0, 0.8);
 }
 .joyride-tip-guide .joyride-nub.left {
   border-top-color: transparent;
@@ -47,7 +47,7 @@
   border-bottom-color: transparent;
 }
 [dir="rtl"] .joyride-tip-guide .joyride-nub.left {
-  border-left-color: rgba(0,0,0, 0.8);
+  border-left-color: rgba(0, 0, 0, 0.8);
   border-right-color: transparent;
 }
 .joyride-tip-guide .joyride-nub.top-right {
   margin: 0;
 }
 .joyride-timer-indicator-wrap {
-  border: solid 1px rgba(255,255,255, 0.1);
+  border: solid 1px rgba(255, 255, 255, 0.1);
 }
 .joyride-timer-indicator {
-  background: rgba(255,255,255, 0.25);
+  background: rgba(255, 255, 255, 0.25);
 }
 
 .joyride-close-tip {
-  color: rgba(255,255,255, 0.4);
+  color: rgba(255, 255, 255, 0.4);
   text-decoration: none;
   font-size: 1.4em;
   font-weight: bold;
 }
 .joyride-close-tip:hover,
 .joyride-close-tip:focus {
-  color: rgba(255,255,255, 0.9);
+  color: rgba(255, 255, 255, 0.9);
   text-decoration: none;
 }
 
 .joyride-modal-bg {
-  background: rgba(0,0,0, 0.5);
+  background: rgba(0, 0, 0, 0.5);
 }
 
 .joyride-expose-wrapper {
-  background-color: #ffffff;
+  background-color: #fff;
 }
 
 .joyride-expose-cover {