Fix hamburger icon
This commit is contained in:
parent
09943a6439
commit
dc15483c2e
2 changed files with 5 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ body{
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-toggler-icon{
|
.navbar-toggler-icon{
|
||||||
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(90,52,21,0.85)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
|
background-image: url("../img/hamburger.svg");
|
||||||
}
|
}
|
||||||
|
|
||||||
.brand-mark{width:84px;height:84px;}
|
.brand-mark{width:84px;height:84px;}
|
||||||
|
|
|
||||||
4
src/assets/img/hamburger.svg
Normal file
4
src/assets/img/hamburger.svg
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30">
|
||||||
|
<path stroke="#5A3415" stroke-opacity="0.85" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"
|
||||||
|
d="M4 7h22M4 15h22M4 23h22"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 216 B |
Loading…
Add table
Add a link
Reference in a new issue