Tweaked search icon

This commit is contained in:
Jori Lallo
2016-07-17 20:16:56 -07:00
parent 4628ce073e
commit 50ea3439ea
4 changed files with 17 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
cursor: pointer;
min-height: 43px;
padding: 0 0.5rem;
margin: 0 5px;
color: $actionColor;
}

View File

@@ -50,7 +50,11 @@ class Layout extends React.Component {
<Flex align="center" className={ styles.actions }>
{ this.props.actions }
</Flex>
<Flex>
<div className={ styles.search }>
<img src={ require('assets/icons/search.svg') } />
</div>
</Flex>
<DropdownMenu label={
<Avatar
circle

View File

@@ -59,6 +59,16 @@
.headerRight {
}
.search {
margin: 0 5px;
padding: 15px 5px 0 5px;
cursor: pointer;
img {
height: 20px;
}
}
.content {
display: flex;
flex: 1;