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.
39 lines
673 B
39 lines
673 B
.scroll { |
|
height: calc(100vh - 60px); |
|
} |
|
.card { |
|
background-color: #fff; |
|
margin-top: 6px; |
|
padding-top: 24px; |
|
} |
|
.header, .content, .footer { |
|
padding: 0 var(--cell-horizontal-padding,16px); |
|
} |
|
.header { |
|
font-size: 17px; |
|
} |
|
.state { |
|
font-size: 14px; |
|
font-weight: 500; |
|
color: var(--primary-color); |
|
} |
|
.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; |
|
} |
|
|
|
.tips { |
|
font-size: 12px; |
|
color: #666; |
|
text-align: center; |
|
padding: 6px; |
|
} |