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:
Natalie
2024-02-15 15:48:42 -05:00
committed by GitHub
parent 1a3c2f64e4
commit 1842480088
10 changed files with 77 additions and 54 deletions

View File

@@ -42,13 +42,13 @@
padding-right: 5em !important;
.logo.svg-icon {
width: 200px !important;
width: 175px !important;
}
.nav-item a {
font-size: 14px !important;
color: $purple-600 !important;
padding-top: 2.8em !important;
padding-top: 16px !important;
}
.nav-item a:hover {
@@ -62,8 +62,7 @@
.login-button {
padding-right: 1em;
margin-top: 1.8em !important;
border-radius: 2px;
border-radius: 4px;
background-color: #9a62ff;
}