Skip to content

Commit

Permalink
Updated logo
Browse files Browse the repository at this point in the history
  • Loading branch information
benatespina committed Nov 10, 2015
1 parent d321079 commit 565863b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 44 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ class MainMenu extends React.Component {
render() {
return (
<nav className="main-menu">
<Icon className="main-menu__logo"
glyph={LogoIcon}/>
<div className="main-menu__logo-container">
<Icon className="main-menu__logo"
glyph={LogoIcon}/>
</div>

<div className="main-menu__actions">
<Icon className="main-menu__action main-menu__action--green"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,20 @@
display: flex;
flex-flow: column;
height: 100%;
padding: 5px;
padding: 0 0 5px 0;
text-align: center;
width: 80px;
}

.main-menu__logo-container {
background: $main-green;
width: 100%;
}

.main-menu__logo {
height: 70px;
fill: $white;
width: 50px;
width: 70px;
}
.main-menu__actions {
align-items: center;
Expand Down
45 changes: 5 additions & 40 deletions src/Kreta/Bundle/WebBundle/Resources/public/svg/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 565863b

Please sign in to comment.