Move css into app.css
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 18 Feb 2015 14:43:06 +0000 (09:43 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 18 Feb 2015 14:43:06 +0000 (09:43 -0500)
moving from the inline used in slideshow templates

Toolkit/RotatingImages/templates/rotatingImages.html
css/app.css
scss/_slideshow.scss [new file with mode: 0644]
scss/app.scss

index 7a63826..4eb05f0 100644 (file)
@@ -1,24 +1,3 @@
-<style>
-.nivo-caption {
-    background: #369 !important;
-    background: rgba(51,102,153,0.8) !important;
-    }
-.nivo-caption span {
-    float: right;
-    }
-.nivo-controlNav {
-    display: block;
-    position: absolute;
-    z-index: 999;
-    top: -10px;
-    right: 10px;
-    }
-#slider-wrapper {
-    width: 100%;
-    height: auto;
-    position: relative;
-    }
-</style>
 {if:images}
 <div id="slider-wrapper" class="slider-wrapper theme-default">
     <div class="ribbon"></div>
index a03a80d..80a70f7 100644 (file)
@@ -7147,4 +7147,22 @@ aside.right-off-canvas-menu ul.off-canvas-list li > ul li > a {
   font-size: 0.875rem;
   line-height: 18px; }
 
-/* END toggle class for off-canvas menu*/
\ No newline at end of file
+/* END toggle class for off-canvas menu*/
+.nivo-caption {
+  background: #369 !important;
+  background: rgba(51, 102, 153, 0.8) !important; }
+
+.nivo-caption span {
+  float: right; }
+
+.nivo-controlNav {
+  display: block;
+  position: absolute;
+  z-index: 999;
+  top: -10px;
+  right: 10px; }
+
+#slider-wrapper {
+  width: 100%;
+  height: auto;
+  position: relative; }
diff --git a/scss/_slideshow.scss b/scss/_slideshow.scss
new file mode 100644 (file)
index 0000000..50b3df4
--- /dev/null
@@ -0,0 +1,20 @@
+.nivo-caption {
+    background: #369 !important;
+    background: rgba(51,102,153,0.8) !important;
+    }
+.nivo-caption span {
+    float: right;
+    }
+.nivo-controlNav {
+    display: block;
+    position: absolute;
+    z-index: 999;
+    top: -10px;
+    right: 10px;
+    }
+#slider-wrapper {
+    width: 100%;
+    height: auto;
+    position: relative;
+    }
+
index 13db37c..31a4979 100644 (file)
@@ -1,6 +1,7 @@
 @import "settings";
 @import "foundation";
 @import "structure";
+@import "slideshow";
 
 // Or selectively include components
 // @import