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

18 lines
304 B
SCSS
Raw Permalink Normal View History

.card {
margin-bottom: map-get($spacers, 3);
box-shadow: $box-shadow-sm;
2020-05-03 20:10:50 +02:00
background-color: var(--raised-bg);
2020-04-27 01:18:46 +02:00
p:last-child {
2020-04-27 01:18:46 +02:00
margin-bottom: 0;
}
2022-04-17 17:34:09 +02:00
&--fullheight {
height: calc(100% - map-get($spacers, 3));
}
}
.card-header,
.card-footer {
2020-05-03 20:10:50 +02:00
background-color: var(--raised-accent);
}