mirror of
https://github.com/alice-lg/alice-lg.git
synced 2024-05-11 05:55:03 +00:00
14 lines
183 B
SCSS
14 lines
183 B
SCSS
|
|
.card {
|
|
background: white;
|
|
margin: 0px 0px 20px 20px;
|
|
border-radius: 2px;
|
|
box-shadow: 0px 1px 3px #cccccc;
|
|
padding: 20px;
|
|
}
|
|
|
|
.card-header {
|
|
text-transform: uppercase;
|
|
}
|
|
|