scss/toolkit/themes/demo.scss in titon-toolkit-1.4.1 vs scss/toolkit/themes/demo.scss in titon-toolkit-1.5.0
- old
+ new
@@ -134,10 +134,24 @@
.x { color: #fff; }
&:hover { opacity: 1; }
}
+.carousel-caption {
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ width: 100%;
+ padding: $padding;
+ color: #fff;
+ background: black(.7);
+
+ @include in-small {
+ @include size-small;
+ }
+}
+
//-------------------- Drop --------------------//
.drop {
background: $gray;
border: 1px solid $gray-dark;
@@ -480,11 +494,11 @@
line-height: 125%;
font-size: .9rem;
}
.showcase-items {
- background: #000;
+ background: $gray;
}
//-------------------- Step --------------------//
.steps ol {
@@ -534,10 +548,10 @@
}
//-------------------- Tooltip --------------------//
.tooltip {
- background: black(.70);
+ background: black(.85);
color: #fff;
border-radius: $round;
margin: 10px;
line-height: 115%;
\ No newline at end of file