chota/src/_card.css

16 lines
227 B
CSS
Raw Normal View History

2017-03-30 08:00:14 +03:00
.card {
2020-05-16 23:38:29 +03:00
padding: 1rem 2rem;
border-radius: 4px;
background: var(--bg-color);
box-shadow: 0 1px 3px var(--color-grey);
2017-03-30 08:00:14 +03:00
}
2017-04-03 06:26:56 +03:00
.card p:last-child {
margin: 0;
}
2017-03-30 08:00:14 +03:00
.card header > * {
margin-top: 0;
margin-bottom: 1rem;
}