You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
213 B
12 lines
213 B
6 years ago
|
.card {
|
||
|
border-radius: 4px;
|
||
|
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
|
||
|
padding: 16px 8px;
|
||
|
|
||
|
&__title {
|
||
|
border-bottom: 1px solid #d8d8d8;
|
||
|
padding-bottom: 4px;
|
||
|
text-transform: capitalize;
|
||
|
}
|
||
|
}
|