subtle
This commit is contained in:
parent
5bf978e49e
commit
fa61db21b2
@ -22,7 +22,6 @@
|
||||
"react-redux": "^5.0.7",
|
||||
"react-responsive": "^5.0.0",
|
||||
"react-router-dom": "^4.3.1",
|
||||
"react-router-transition": "^1.2.1",
|
||||
"react-scripts": "2.0.4",
|
||||
"react-scroll-to-component": "^1.0.2",
|
||||
"react-select": "^1.2.1",
|
||||
|
@ -2,7 +2,6 @@ import React, { Component } from 'react';
|
||||
import { connect } from 'react-redux';
|
||||
import { BrowserRouter, Redirect, Route, Switch } from 'react-router-dom';
|
||||
import MediaQuery from 'react-responsive';
|
||||
//import { AnimatedSwitch } from 'react-router-transition';
|
||||
import { Web3Connect, startWatching, initialize } from '../ducks/web3connect';
|
||||
import { setAddresses } from '../ducks/addresses';
|
||||
import Header from '../components/Header';
|
||||
|
@ -34,8 +34,8 @@
|
||||
|
||||
@keyframes title_fade_in {
|
||||
from {
|
||||
opacity: 0;
|
||||
top: -10px;
|
||||
opacity: 0.5;
|
||||
top: 0px;
|
||||
}
|
||||
to {
|
||||
opacity: 1;
|
||||
|
Loading…
Reference in New Issue
Block a user