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.
56 lines
883 B
56 lines
883 B
@import "../../assets/scss/index"; |
|
|
|
.content { |
|
padding: 6rem 3rem; |
|
//padding-top: 6rem; |
|
|
|
.desc { |
|
margin-bottom: 2rem; |
|
margin-top: 4rem; |
|
display: flex; |
|
align-items: flex-start; |
|
flex-direction: column; |
|
|
|
.title { |
|
font-weight: bold; |
|
font-size: 2rem; |
|
margin-bottom: 1rem; |
|
} |
|
|
|
.sub-title { |
|
font-size: 1.2rem; |
|
color: $second-text-color; |
|
} |
|
} |
|
|
|
.notice { |
|
margin-top: 1rem; |
|
font-size: 1.3rem; |
|
color: $primary-btn-color; |
|
} |
|
|
|
.button { |
|
margin-bottom: .5rem; |
|
} |
|
|
|
.protocol { |
|
position: relative; |
|
color: gray; |
|
margin-top: 2rem; |
|
margin-bottom: 2rem; |
|
font-size: 1.2rem; |
|
display: flex; |
|
|
|
.left { |
|
padding-top: .1rem; |
|
margin-right: .5rem; |
|
} |
|
} |
|
|
|
.options { |
|
font-size: 1.2rem; |
|
margin-top: 2rem; |
|
display: flex; |
|
justify-content: space-between; |
|
} |
|
} |