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

18 lines
304 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;
}
2022-04-17 08:34:09 -07:00
&--fullheight {
height: calc(100% - map-get($spacers, 3));
}
}
.card-header,
.card-footer {
2020-05-03 11:10:50 -07:00
background-color: var(--raised-accent);
}