Add files via upload
This commit is contained in:
parent
a7d4fa16fa
commit
045700ef33
3 changed files with 16 additions and 12 deletions
|
|
@ -188,7 +188,7 @@ body {
|
|||
right: 1rem;
|
||||
top: 2rem;
|
||||
background: transparent;
|
||||
background-image: url(icon-hamburger.svg);
|
||||
background-image: url('Assets/icon-hamburger.svg');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
width: 1.5rem;
|
||||
|
|
@ -197,7 +197,7 @@ body {
|
|||
}
|
||||
|
||||
.mobile-nav-toggle[aria-expanded="true"] {
|
||||
background-image: url(icon-close.svg);
|
||||
background-image: url('Assets/icon-close.svg');
|
||||
}
|
||||
|
||||
.mobile-nav-toggle:focus-visible {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue