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.
25 lines
468 B
25 lines
468 B
.card { |
|
background-color: #fff; |
|
margin-top: 6px; |
|
padding-top: 24px; |
|
} |
|
.header, .content, .footer { |
|
padding: 0 var(--cell-horizontal-padding,16px); |
|
} |
|
.header { |
|
font-size: 17px; |
|
} |
|
|
|
.content { |
|
box-shadow: inset 0px -1px 0px 0px rgba(227, 227, 227, 1); |
|
color: #666; |
|
margin-top: 10px; |
|
padding-bottom: 24px; |
|
font-size: 12px; |
|
font-weight: 400; |
|
} |
|
.footer { |
|
box-shadow: inset 0px -1px 0px 0px rgba(227, 227, 227, 1); |
|
height: 48px; |
|
font-size: 14px; |
|
} |