Update branding on UI (#7370)
* Update packages * Update pictures for v1
This commit is contained in:
committed by
Jaco Greeff
parent
51e6e0b4bd
commit
bc91eaf4d0
@@ -16,7 +16,7 @@
|
||||
|
||||
import React from 'react';
|
||||
|
||||
import imagesEthcoreBlock from '~/../assets/images/parity-logo-white-no-text.svg';
|
||||
import imagesEthcoreBlock from '~/../assets/images/parity-logo-white-no-text-small.svg';
|
||||
import { AccountsIcon, AddressesIcon, ContactsIcon, SettingsIcon } from '~/ui/Icons';
|
||||
|
||||
import styles from './views.css';
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
.view {
|
||||
}
|
||||
|
||||
.view+.view {
|
||||
.view + .view {
|
||||
padding-top: 1.5em;
|
||||
}
|
||||
|
||||
@@ -46,7 +46,6 @@
|
||||
.logoIcon {
|
||||
height: 24px;
|
||||
margin-bottom: 5px;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.info {
|
||||
|
||||
Reference in New Issue
Block a user