added ability to use fontawesome 5 icon on sidebar-toggle

This commit is contained in:
REJack
2019-07-10 19:41:21 +02:00
parent 639fa9e923
commit b90ae59dc1
5 changed files with 24 additions and 2 deletions

View File

@@ -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;

View File

@@ -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

View File

@@ -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