Retrospring/app/javascript/styles/overrides/_card.scss

14 lines
234 B
SCSS
Raw Normal View History

.card {
margin-bottom: map-get($spacers, 3);
box-shadow: $box-shadow-sm;
2020-05-03 11:10:50 -07:00
background-color: var(--raised-bg);
2020-04-26 16:18:46 -07:00
p:last-child {
2020-04-26 16:18:46 -07:00
margin-bottom: 0;
}
}
.card-header,
.card-footer {
2020-05-03 11:10:50 -07:00
background-color: var(--raised-accent);
}