1
0
mirror of https://github.com/jenil/chota.git synced 2023-08-10 21:13:07 +03:00
chota/src/_card.css
2020-05-16 16:38:29 -04:00

16 lines
227 B
CSS

.card {
padding: 1rem 2rem;
border-radius: 4px;
background: var(--bg-color);
box-shadow: 0 1px 3px var(--color-grey);
}
.card p:last-child {
margin: 0;
}
.card header > * {
margin-top: 0;
margin-bottom: 1rem;
}