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.
45 lines
740 B
45 lines
740 B
.agreement-detail-page { |
|
min-height: 100vh; |
|
background: #fff; |
|
padding: 40px 40px 80px; |
|
box-sizing: border-box; |
|
|
|
.doc-title { |
|
font-size: 40px; |
|
font-weight: bold; |
|
color: #1a1a1a; |
|
text-align: center; |
|
margin-bottom: 16px; |
|
line-height: 1.4; |
|
} |
|
|
|
.doc-update { |
|
font-size: 24px; |
|
color: #999; |
|
text-align: center; |
|
margin-bottom: 48px; |
|
} |
|
|
|
.section { |
|
margin-bottom: 40px; |
|
|
|
.section-title { |
|
font-size: 30px; |
|
font-weight: bold; |
|
color: #1a1a1a; |
|
margin-bottom: 16px; |
|
line-height: 1.5; |
|
} |
|
|
|
.section-body { |
|
font-size: 26px; |
|
color: #444; |
|
line-height: 1.8; |
|
} |
|
|
|
.highlight { |
|
font-weight: bold; |
|
color: #1a1a1a; |
|
} |
|
} |
|
}
|
|
|