1
0
mirror of https://github.com/alice-lg/alice-lg.git synced 2024-05-11 05:55:03 +00:00
2018-10-17 18:26:38 +02:00

15 lines
205 B
SCSS

.card {
position: relative;
background: white;
margin: 20px 0px 20px 0px;
border-radius: 2px;
box-shadow: 0px 1px 3px #cccccc;
padding: 15px;
}
.card-header {
text-transform: uppercase;
}