Skip to content

Commit

Permalink
Merge duplicated css declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed Mar 2, 2019
1 parent 7601640 commit 751486b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/layout-sidebar/headerMenu.css
Expand Up @@ -3,10 +3,6 @@
padding-bottom: 0px;
}

.sidebar-layout__header-menu__container {
border-bottom: 4px solid #8579c0;
}

.ui.menu .item.sidebar-layout__header-menu__item--right {
padding: 0px 0px 2px 0px;
}
Expand All @@ -17,6 +13,7 @@
}

.sidebar-layout__header-menu__container {
border-bottom: 4px solid #8579c0;
display: inline-flex;
width:100%;
padding-right:10px;
Expand Down

0 comments on commit 751486b

Please sign in to comment.