UNPKG

310 BCSSView Raw
1@import '../settings';
2@import '../common/typography';
3@import '../common/card';
4
5.main-section {
6 @apply --card;
7 width: 50%;
8 border-radius: var(--globalRadius);
9}
10
11.header {
12 @apply --title;
13 @apply --subHeading;
14 background: #ed193a;
15 color: #fff;
16}
17
18.list {
19 list-style: none;
20 padding: 16px;
21}
22