chota/src/_card.css

16 lines
235 B
CSS
Raw Normal View History

2017-03-30 08:00:14 +03:00
.card {
padding: 1rem 2rem;
border-radius: 4px;
2020-05-16 17:25:33 +03:00
background: var(--bg-color);
2020-05-16 10:25:27 +03:00
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;
}