Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.

Commit

Permalink
Merge 21ae5a4 into f006937
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexiCauvin committed Sep 17, 2018
2 parents f006937 + 21ae5a4 commit cd9233f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frontend/src/component/Workspace/ContentItem.jsx
Expand Up @@ -34,7 +34,7 @@ const ContentItem = props => {
}

<div
className='content__status d-sm-flex justify-content-center'
className='content__status d-sm-flex justify-content-between align-items-center'
style={{color: status.hexcolor}}
>
<div className='content__status__text d-none d-sm-block'>
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/container/Sidebar.jsx
Expand Up @@ -63,7 +63,7 @@ class Sidebar extends React.Component {
if (!this.shouldDisplaySidebar()) return null

return (
<div className={classnames('sidebar primaryColorBgDarken', {'sidebarclose': sidebarClose})}>
<div className={classnames('sidebar primaryColorBg', {'sidebarclose': sidebarClose})}>

<div className='sidebar__expand primaryColorBg' onClick={this.handleClickToggleSidebar}>
<i className={classnames('fa fa-chevron-left', {'fa-chevron-right': sidebarClose, 'fa-chevron-left': !sidebarClose})} />
Expand All @@ -90,7 +90,7 @@ class Sidebar extends React.Component {

<div className='sidebar__content__btnnewworkspace'>
<button
className='sidebar__content__btnnewworkspace__btn btn highlightBtn primaryColorBg primaryColorBorder primaryColorBorderDarkenHover mb-5'
className='sidebar__content__btnnewworkspace__btn btn primaryColorBgLighten primaryColorBorderDarken primaryColorBgDarkenHover mb-5'
onClick={this.handleClickNewWorkspace}
>
{t('Create a workspace')}
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/css/ContentItem.styl
Expand Up @@ -48,7 +48,7 @@
font-weight normal
&__text
margin-left 15px
font-size 20px
font-size 18px
&__icon
font-size 20px

Expand Down
4 changes: 3 additions & 1 deletion frontend/src/css/Sidebar.styl
Expand Up @@ -48,7 +48,9 @@ leftside()
&__btn
display block
margin 0 auto
color offWhite
padding 10px 20px
&:hover
color offWhite
&__navigation
padding 0
width sidebar-width
Expand Down
Binary file modified frontend/src/img/applat.png
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 cd9233f

Please sign in to comment.