added ability to use fontawesome 5 icon on sidebar-toggle

pull/2174/head
REJack 5 years ago
parent 639fa9e923
commit b90ae59dc1
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888

@ -81,6 +81,14 @@
&:active {
background: transparent;
}
&.fa5 {
font-family: "Font Awesome\ 5 Free";
&:before {
content: "\f0c9";
font-weight: 900;
}
}
}
.sidebar-toggle .icon-bar {
display: none;

@ -263,6 +263,13 @@ a:focus {
.main-header .sidebar-toggle:active {
background: transparent;
}
.main-header .sidebar-toggle.fa5 {
font-family: "Font Awesome\ 5 Free";
}
.main-header .sidebar-toggle.fa5:before {
content: "\f0c9";
font-weight: 900;
}
.main-header .sidebar-toggle .icon-bar {
display: none;
}

File diff suppressed because one or more lines are too long

@ -264,6 +264,13 @@ a:focus {
.main-header .sidebar-toggle:active {
background: transparent;
}
.main-header .sidebar-toggle.fa5 {
font-family: "Font Awesome\ 5 Free";
}
.main-header .sidebar-toggle.fa5:before {
content: "\f0c9";
font-weight: 900;
}
.main-header .sidebar-toggle .icon-bar {
display: none;
}

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save