Carousel & step components improvements
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
</div>
|
||||
|
||||
<div class="CDB-Carousel">
|
||||
<ul class="CDB-Carousel-inner">
|
||||
<ul>
|
||||
<li class="CDB-Carousel-item"></li>
|
||||
<li class="CDB-Carousel-item"></li>
|
||||
<li class="CDB-Carousel-item"></li>
|
||||
@@ -36,17 +36,10 @@
|
||||
@import '../cdb-variables/colors';
|
||||
|
||||
.CDB-Carousel {
|
||||
width: 300px;
|
||||
width: 100%;
|
||||
margin-left: 32px;
|
||||
}
|
||||
|
||||
.CDB-Carousel-inner {
|
||||
width: 300px;
|
||||
overflow-x: scroll;
|
||||
overflow-y: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.CDB-Carousel-item {
|
||||
@include inline-block();
|
||||
width: $baseSize * 11;
|
||||
|
||||
@@ -78,4 +78,5 @@
|
||||
height: $baseSize * 3;
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user