colors for home icon

pull/1/head
LianaHus 6 years ago
parent 6fd8c35cae
commit c08fde079a
  1. 15
      src/app/components/vertical-icons-component.js

@ -226,7 +226,7 @@ class VerticalIconComponent {
plugin="${this.homeProfile.name}" title="${this.homeProfile.displayName}" plugin="${this.homeProfile.name}" title="${this.homeProfile.displayName}"
> >
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="512px" height="512px" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve"> width="42px" height="42px" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve">
<g> <g>
<path fill="#414042" d="M70.582,428.904c0.811,0,1.622,0.285,2.437,0.853c0.811,0.571,1.218,1.34,1.218,2.314 <path fill="#414042" d="M70.582,428.904c0.811,0,1.622,0.285,2.437,0.853c0.811,0.571,1.218,1.34,1.218,2.314
c0,2.277-1.059,3.496-3.168,3.656c-5.038,0.814-9.381,2.356-13.037,4.63c-3.655,2.276-6.663,5.117-9.016,8.528 c0,2.277-1.059,3.496-3.168,3.656c-5.038,0.814-9.381,2.356-13.037,4.63c-3.655,2.276-6.663,5.117-9.016,8.528
@ -365,9 +365,16 @@ module.exports = VerticalIconComponent
const css = csjs` const css = csjs`
.homeIcon { .homeIcon {
display: block; display: block;
width: 32px; width: 42px;
height: 32px; height: 42px;
background-image: url(assets/img/remix_logo_512x512.svg); margin-bottom: 20px;
margin-left: -5px;
}
.homeIcon svg path {
fill: var(--primary);
}
.homeIcon svg polygon {
fill: var(--primary);
} }
.icons { .icons {
margin-left: 10px; margin-left: 10px;

Loading…
Cancel
Save