tripeaks-solitaire-solver-j.../style.scss

12 lines
211 B
SCSS
Raw Normal View History

@import "../node_modules/bootstrap/scss/bootstrap";
.playingCards {
.card {
box-shadow: .1em .1em .3em #999 !important;
.suit {
&::after {
line-height: .8 !important;
}
}
}
}