1
0
mirror of https://github.com/alice-lg/alice-lg.git synced 2024-05-11 05:55:03 +00:00

15 lines
205 B
SCSS
Raw Normal View History

2017-05-16 13:34:00 +02:00
.card {
2018-10-17 18:26:38 +02:00
position: relative;
2017-05-16 13:34:00 +02:00
background: white;
2018-10-15 14:55:58 +02:00
margin: 20px 0px 20px 0px;
2017-05-16 13:34:00 +02:00
border-radius: 2px;
box-shadow: 0px 1px 3px #cccccc;
2018-10-15 14:55:58 +02:00
padding: 15px;
2017-05-16 13:34:00 +02:00
}
2018-09-09 19:19:47 +02:00
.card-header {
text-transform: uppercase;
}