mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
Update Melior Image (#15116)
* add melior.svg * update melior on header (app & static), footer, and loading * update loading screen * update static screens, fix double meliors * update melior + wordmark size and adjust static page menu spacing * update package.json * update index.html, forgot password page, and the static header * various updates * static header update * update mobile web view * update login page menu bar * updated purple logo * removed extraneous class * update bottom padding on login page(s) * fix(lint): remove unneeded rule escape --------- Co-authored-by: Sabe Jones <sabe@habitica.com> Co-authored-by: Sabe Jones <sabrecat@gmail.com>
This commit is contained in:
@@ -257,8 +257,8 @@
|
||||
</div>
|
||||
<div class="melior">
|
||||
<div
|
||||
class="logo svg-icon"
|
||||
v-html="icons.gryphon"
|
||||
class="logo svg svg-icon color"
|
||||
v-html="icons.melior"
|
||||
></div>
|
||||
</div>
|
||||
<!-- DESKTOP PRIVACY & TERMS -->
|
||||
@@ -521,10 +521,10 @@ h3 {
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 24px;
|
||||
color: $gray-200;
|
||||
height: 24px;
|
||||
margin: 0px auto 5px;
|
||||
color: $gray-200;
|
||||
width: 24px;
|
||||
}
|
||||
|
||||
.terms {
|
||||
@@ -774,7 +774,7 @@ import axios from 'axios';
|
||||
import moment from 'moment';
|
||||
|
||||
// images
|
||||
import gryphon from '@/assets/svg/gryphon.svg';
|
||||
import melior from '@/assets/svg/melior.svg';
|
||||
import twitter from '@/assets/svg/twitter.svg';
|
||||
import facebook from '@/assets/svg/facebook.svg';
|
||||
import instagram from '@/assets/svg/instagram.svg';
|
||||
@@ -795,7 +795,7 @@ export default {
|
||||
data () {
|
||||
return {
|
||||
icons: Object.freeze({
|
||||
gryphon,
|
||||
melior,
|
||||
twitter,
|
||||
facebook,
|
||||
instagram,
|
||||
|
||||
Reference in New Issue
Block a user