mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
Use consistent elements in footer links (fix add-on/forum link colors) (#10208)
* Fix html element rendering of some footer links * Unscope footer.expanded + children styles Fixes link color cascading
This commit is contained in:
committed by
Matteo Pagliazzi
parent
c6c9503e22
commit
a2ee73a2e2
@@ -39,10 +39,8 @@
|
|||||||
router-link(to='/groups/guild/a29da26b-37de-4a71-b0c6-48e72a900dac') {{ $t('reportBug') }}
|
router-link(to='/groups/guild/a29da26b-37de-4a71-b0c6-48e72a900dac') {{ $t('reportBug') }}
|
||||||
li
|
li
|
||||||
a(href='https://trello.com/c/odmhIqyW/440-read-first-table-of-contents', target='_blank') {{ $t('requestFeature') }}
|
a(href='https://trello.com/c/odmhIqyW/440-read-first-table-of-contents', target='_blank') {{ $t('requestFeature') }}
|
||||||
li
|
li(v-html='$t("communityExtensions")')
|
||||||
a(v-html='$t("communityExtensions")')
|
li(v-html='$t("communityForum")')
|
||||||
li
|
|
||||||
a(v-html='$t("communityForum")')
|
|
||||||
li
|
li
|
||||||
a(href='https://www.facebook.com/Habitica', target='_blank') {{ $t('communityFacebook') }}
|
a(href='https://www.facebook.com/Habitica', target='_blank') {{ $t('communityFacebook') }}
|
||||||
li
|
li
|
||||||
@@ -137,23 +135,6 @@
|
|||||||
margin-bottom: 7px;
|
margin-bottom: 7px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.expanded {
|
|
||||||
padding-left: 6em;
|
|
||||||
padding-right: 6em;
|
|
||||||
padding-top: 3em;
|
|
||||||
background: #e1e0e3;
|
|
||||||
color: #878190;
|
|
||||||
min-height: 408px;
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: #878190;
|
|
||||||
}
|
|
||||||
|
|
||||||
.logo {
|
|
||||||
color: #c3c0c7;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
@@ -233,11 +214,30 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style>
|
<style lang="scss">
|
||||||
.facebook svg {
|
.facebook svg {
|
||||||
width: 10px;
|
width: 10px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
&.expanded {
|
||||||
|
padding-left: 6em;
|
||||||
|
padding-right: 6em;
|
||||||
|
padding-top: 3em;
|
||||||
|
background: #e1e0e3;
|
||||||
|
color: #878190;
|
||||||
|
min-height: 408px;
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #878190;
|
||||||
|
}
|
||||||
|
|
||||||
|
.logo {
|
||||||
|
color: #c3c0c7;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
Reference in New Issue
Block a user