mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 19:49:07 +01:00
14 lines
No EOL
230 B
SCSS
14 lines
No EOL
230 B
SCSS
.card {
|
|
margin-bottom: map-get($spacers, 3);
|
|
box-shadow: $box-shadow-sm;
|
|
background-color: var(--card-bg);
|
|
|
|
p:only-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
.card-header,
|
|
.card-footer {
|
|
background-color: var(--card-cap-bg);
|
|
} |