Merge branch '140-rebranding' of github.com:gnosis/safe-react into 134-settings-improvements

This commit is contained in:
Mikhail Mikheev 2019-09-05 18:00:50 +04:00
commit c72f311f27
3 changed files with 1 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

After

Width:  |  Height:  |  Size: 108 KiB

View File

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="favicon.ico"> <link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<title>Multisig Safe</title> <title>Gnosis Safe For Teams</title>
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>

View File

@ -16,7 +16,6 @@ import {
boldFont, boldFont,
buttonLargeFontSize, buttonLargeFontSize,
largeFontSize, largeFontSize,
border,
xs, xs,
secondaryText, secondaryText,
} from './variables' } from './variables'
@ -151,7 +150,6 @@ export default createMuiTheme({
color: secondary, color: secondary,
order: 0, order: 0,
marginTop: '0px', marginTop: '0px',
backgroundColor: border,
zIndex: 1, // for firefox zIndex: 1, // for firefox
}, },
}, },