This commit is contained in:
Belen Curcio
2017-01-17 16:25:47 -03:00
parent 6d826e9115
commit 3640a93a2f
3 changed files with 6 additions and 4 deletions
@@ -21,4 +21,8 @@
width: 128px;
}
.base {
stroke: #E5E5E5;
height: 35px;
width: 35px;
}
+1 -1
View File
@@ -5,7 +5,7 @@ import {CoralLogo} from 'coral-ui';
export const Logo = () => (
<div className={styles.logo}>
<h1>
<CoralLogo stroke="#E5E5E5" height="35px" width="35px" />
<CoralLogo className={styles.base} />
<span>Talk</span>
</h1>
</div>
@@ -24,8 +24,6 @@
padding: 9px;
border: 1px solid #ccc;
border-radius: 2px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background: white;
box-sizing: border-box;