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

Commit

Permalink
Changed toggle Icon to burger and times as issued in #127 and #65
Browse files Browse the repository at this point in the history
  • Loading branch information
coolcat-creations committed Apr 28, 2019
1 parent 131d95f commit c0c624f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions administrator/templates/atum/scss/blocks/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@
display:block;
width:70px;
height:70px;
background:var(--atum-bg-dark-40);
background:var(--atum-link-color);
border-radius:40px;
border:8px solid var(--atum-bg-light);
position: fixed;
Expand All @@ -445,14 +445,14 @@

&:before{
font: normal normal normal 30px/1 FontAwesome;
content: "\f107";
content: "\f00d";
color:var(--toggle-color);

}
}
&.collapsed {
.navbar-toggler-icon:before {
content: "\f106";
content: "\f0c9";
}
}

Expand Down

0 comments on commit c0c624f

Please sign in to comment.