24 lines
305 B
Sass
24 lines
305 B
Sass
.card-deck
|
|
// Custom, as of bootstrap 4.1.3 there is no way to do this.
|
|
&.card-3-columns
|
|
.card
|
|
min-width: 30%
|
|
max-width: 30%
|
|
|
|
|
|
.card-padless
|
|
.card
|
|
border: none
|
|
|
|
.card-body
|
|
padding: 15px 0
|
|
|
|
.card-fade
|
|
img
|
|
opacity: .8
|
|
transition: opacity ease-in-out 150ms
|
|
|
|
&:hover
|
|
img
|
|
opacity: 1
|