Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 5793fcb2 authored by Akhil's avatar Akhil 🙂
Browse files

Use e foundation logo

parent 2d8df229
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -161,7 +161,7 @@ body {
}

#header .logo {
    background-image: url('../img/logo@2x.svg');
    background-image: url('../img/logo.png');
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: center;
@@ -1301,9 +1301,8 @@ a.legal {
}

#body-login #header .logo {
    background-image: url("../img/logo@2x.svg");
    background-image: url("../img/logo.png");
    margin-top: 0.5em;
    background-size: contain;
}

#body-login .lost-password-container .update {
+9 −11
Original line number Diff line number Diff line
@@ -236,18 +236,19 @@
  /* use logos from theme */
  #header .logo,
  #firstrunwizard .logo {
	background-image: url("../img/logo@2x.svg");
    background-image: url("../img/logo.png");
    width: 256px;
    height: 128px;
  }
  #header .logo-icon {
	width: 130px;
    width: 40px;
    height: 40px;
    top: 5px;
    bottom: 0px;
    border-radius: 22px;
  }


  #header #nextcloud {
	padding-left: 150px;
  }
@@ -331,9 +332,6 @@
  .icon-filetype-folder-drag-accept {
	background-image: var(--icon-folder-drag-accept-007fff) !important;
  }
  #header .logo {
	background-image: url("../img/logo@2x.svg");
  }
  #body-user #header,
  #body-settings #header,
  #body-public #header {

core/img/logo-icon.png

100755 → 100644
(5.63 KiB)

File mode changed from 100755 to 100644.

core/img/logo-white.png

100755 → 100644
−8.41 KiB (4.2 KiB)
Loading image diff...

core/img/logo.png

100755 → 100644
+60.7 KiB (64.3 KiB)
Loading image diff...
Loading