|
@ -2565,7 +2565,7 @@ body { |
|
|
justify-content: center; |
|
|
justify-content: center; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
position: fixed; |
|
|
position: fixed; |
|
|
bottom: 15%; |
|
|
|
|
|
|
|
|
bottom: 20%; |
|
|
color: white; |
|
|
color: white; |
|
|
z-index: 9999; |
|
|
z-index: 9999; |
|
|
} |
|
|
} |
|
@ -2609,12 +2609,10 @@ body { |
|
|
font-size: 20px; |
|
|
font-size: 20px; |
|
|
font-weight: bold; |
|
|
font-weight: bold; |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
margin-bottom: 20px; |
|
|
|
|
|
width: 100%; |
|
|
width: 100%; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.tokenRuleSection { |
|
|
.tokenRuleSection { |
|
|
margin-bottom: 15px; |
|
|
|
|
|
width: 100%; |
|
|
width: 100%; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -2629,7 +2627,6 @@ body { |
|
|
color: white; |
|
|
color: white; |
|
|
font-size: 16px; |
|
|
font-size: 16px; |
|
|
line-height: 1.5; |
|
|
line-height: 1.5; |
|
|
margin-bottom: 6px; |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.tokenRuleNote { |
|
|
.tokenRuleNote { |
|
@ -2640,22 +2637,24 @@ body { |
|
|
color: white; |
|
|
color: white; |
|
|
font-size: 14px; |
|
|
font-size: 14px; |
|
|
line-height: 1.5; |
|
|
line-height: 1.5; |
|
|
margin-top: 15px; |
|
|
|
|
|
text-align: center; |
|
|
text-align: center; |
|
|
word-wrap: break-word; |
|
|
word-wrap: break-word; |
|
|
overflow-wrap: break-word; |
|
|
overflow-wrap: break-word; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@media (max-width: 768px) { |
|
|
@media (max-width: 768px) { |
|
|
|
|
|
|
|
|
|
|
|
.tokenRuleDialog { |
|
|
|
|
|
bottom: 20%; |
|
|
|
|
|
} |
|
|
.tokenRuleDialogContent { |
|
|
.tokenRuleDialogContent { |
|
|
width: 90vw; |
|
|
|
|
|
|
|
|
width: 80vw; |
|
|
padding: 15px 20px; |
|
|
padding: 15px 20px; |
|
|
max-height: 80vh; |
|
|
max-height: 80vh; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.tokenRuleDialogTitle { |
|
|
.tokenRuleDialogTitle { |
|
|
font-size: 18px; |
|
|
font-size: 18px; |
|
|
margin-bottom: 15px; |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.tokenRuleSectionTitle { |
|
|
.tokenRuleSectionTitle { |
|
@ -2664,9 +2663,8 @@ body { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.tokenRuleItem { |
|
|
.tokenRuleItem { |
|
|
font-size: 14px; |
|
|
|
|
|
|
|
|
font-size: 13px; |
|
|
line-height: 1.4; |
|
|
line-height: 1.4; |
|
|
margin-bottom: 5px; |
|
|
|
|
|
word-wrap: break-word; |
|
|
word-wrap: break-word; |
|
|
overflow-wrap: break-word; |
|
|
overflow-wrap: break-word; |
|
|
} |
|
|
} |
|
@ -2674,7 +2672,6 @@ body { |
|
|
.tokenRuleNote { |
|
|
.tokenRuleNote { |
|
|
font-size: 12px; |
|
|
font-size: 12px; |
|
|
padding: 10px; |
|
|
padding: 10px; |
|
|
margin-top: 12px; |
|
|
|
|
|
line-height: 1.4; |
|
|
line-height: 1.4; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|