mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-16 17:02:18 +00:00
WIP(faq): initial round of edits
This commit is contained in:
parent
b6359ad032
commit
5e04040f5f
2 changed files with 10 additions and 8 deletions
|
|
@ -404,6 +404,7 @@
|
|||
font-weight: bold;
|
||||
line-height: 1.71;
|
||||
margin-bottom: 8px;
|
||||
color: $gray-10;
|
||||
}
|
||||
|
||||
.staff {
|
||||
|
|
@ -415,20 +416,21 @@
|
|||
}
|
||||
|
||||
.title {
|
||||
height: 24px;
|
||||
color: $purple-300;
|
||||
font-weight: bold;
|
||||
line-height: 1.71;
|
||||
display: inline-block;
|
||||
display: inline-block;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
.player-header {
|
||||
height: 24px;
|
||||
font-size: 0.875em;
|
||||
font-weight: bold;
|
||||
line-height: 1.71;
|
||||
margin-top: 24px;
|
||||
margin-bottom: 8px;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 4px;
|
||||
color: $gray-10;
|
||||
}
|
||||
.tier-list {
|
||||
list-style-type: none;
|
||||
|
|
@ -436,11 +438,11 @@
|
|||
width: 282px;
|
||||
|
||||
li {
|
||||
height: 40px;
|
||||
border-radius: 4px;
|
||||
border: solid 1px $gray-500;
|
||||
text-align: center;
|
||||
padding-top: 8px;
|
||||
padding-bottom: 8px;
|
||||
padding: 8px 0;
|
||||
margin-bottom: 8px;
|
||||
margin-right: 4px;
|
||||
font-weight: bold;
|
||||
|
|
|
|||
|
|
@ -182,7 +182,7 @@
|
|||
|
||||
"sunsetFaqHeader10": "Where will players go when they have questions about how to use Habitica?",
|
||||
"sunsetFaqList8": "Our existing <a href='https://habitica.com/static/faq'>FAQ</a> is a great resource and can be found from the Help menu, or Support on mobile. We are in the process of creating a more comprehensive and improved FAQ to help guide players moving forward.",
|
||||
"sunsetFaqList9": "This blog post [NEED ACTUAL URL] also provides a handy guide for new players.",
|
||||
"sunsetFaqList9": "This <a href='https://habitica.wordpress.com/beginning-adventurers-guide/'>blog post</a> also provides a handy guide for new players.",
|
||||
"sunsetFaqList10": "Players are also encouraged to email <a href='mailto:admin@habitica.com'>admin@habitica.com</a> with any questions for which they cannot find answers in the above links.",
|
||||
|
||||
"sunsetFaqHeader11": "How does this affect Habitica’s Community Guidelines and Terms of Service?",
|
||||
|
|
|
|||
Loading…
Reference in a new issue