Skip to content

Commit

Permalink
focus on icons in sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
nadjak77 committed Mar 27, 2019
1 parent 568140d commit 0fcd9c3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions administrator/templates/atum/scss/blocks/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,12 @@
top: -1px;
a {
padding: 0;
display: inline;
display: inline-block;
height:100%;
.fa {
display: flex;
padding: 0 1rem;
height: 100%;
/* height: 100%;*/
align-items: center;
margin: 0;
}
Expand All @@ -171,9 +172,10 @@
}
.menu-dashboard{
a{

.fa{
align-items: flex-start;
padding: 5px 1rem;

}
}
}
Expand Down

0 comments on commit 0fcd9c3

Please sign in to comment.