Carousel component: syntax minor fixes

This commit is contained in:
María Checa
2016-02-08 10:52:18 +01:00
parent 927584918e
commit f12ee38ca0
3 changed files with 3 additions and 15 deletions

View File

@@ -25,7 +25,6 @@
width: 100%;
font-size: 0;
}
.CDB-Carousel-item {
@include inline-block();
width: $baseSize * 11;
@@ -44,16 +43,7 @@
border: 1px solid $cMainLine;
cursor: pointer;
}
&.is-selected {
border: 2px solid $cBlue;
}
}
.CDB-Carousel-headerDetails {
color: $cTypo3;
&.is-uppercase {
text-transform: uppercase;
}
}
.CDB-Carousel-item.is-selected {
border: 2px solid $cBlue;
}

View File

@@ -84,7 +84,6 @@ Description
*/
@import '../../cdb-variables/colors';
@import '../../cdb-variables/sizes';
.CDB-ArrowToogle {
position: relative;

View File

@@ -2,7 +2,6 @@
// ----------------------------------------------
@import './mixins';
@import '../cdb-variables/colors';
/* Margins */
.u-tSpace {