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.
22 lines
368 B
22 lines
368 B
.container { |
|
background-color: #fff; |
|
height: 100vh; |
|
} |
|
.h1 { |
|
font-size: 27px; |
|
margin: 18px; |
|
} |
|
.h2 { |
|
font-size: 21px; |
|
} |
|
.card { |
|
background-color: #fff; |
|
box-shadow: 0px 1 6px 0px rgba(0,0,0,0.21); |
|
margin: 12px; |
|
padding: 20px 12px; |
|
} |
|
.van-button--disabled { |
|
background: #6C707D !important; |
|
border-color: #6C707D !important; |
|
opacity: 1 !important; |
|
} |