Update branding on UI (#7370)

* Update packages

* Update pictures for v1
This commit is contained in:
Amaury Martiny
2018-01-02 09:48:41 +01:00
committed by Jaco Greeff
parent 51e6e0b4bd
commit bc91eaf4d0
12 changed files with 3249 additions and 1436 deletions

View File

@@ -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';

View File

@@ -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 {