mirror of https://github.com/snachodog/mybuddy.git
Offset horizontal padding in cards with a carousel
This commit is contained in:
parent
8dd2aa9b3a
commit
0b437ae5cf
|
@ -14,6 +14,14 @@
|
||||||
.card-text {
|
.card-text {
|
||||||
@extend .text-muted;
|
@extend .text-muted;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Offset horizontal padding in dashboard cards with a carousel.
|
||||||
|
.carousel {
|
||||||
|
margin-left: -$card-spacer-x;
|
||||||
|
margin-right: -$card-spacer-x;
|
||||||
|
padding-left: $card-spacer-x;
|
||||||
|
padding-right: $card-spacer-x;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue