Compare commits
No commits in common. "e8e6733c9f39ba21a83b6d6f1ba12d22042305f1" and "76c723d516f6cfeb2092d6f4ab4fd407ba7c67c6" have entirely different histories.
e8e6733c9f
...
76c723d516
2 changed files with 2 additions and 4 deletions
|
@ -17,7 +17,7 @@ const hamburger_src_url = `url("${hamburger.src}")`;
|
||||||
<slot />
|
<slot />
|
||||||
</ul>
|
</ul>
|
||||||
<div class="placeholder"></div>
|
<div class="placeholder"></div>
|
||||||
<div class="hamburger-menu"></div>
|
<div class="icon"></div>
|
||||||
</button>
|
</button>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
@ -105,9 +105,8 @@ const hamburger_src_url = `url("${hamburger.src}")`;
|
||||||
justify-self: top;
|
justify-self: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hamburger-menu {
|
.icon {
|
||||||
mask: var(--hamburger_src_url) no-repeat center;
|
mask: var(--hamburger_src_url) no-repeat center;
|
||||||
-webkit-mask: var(--hamburger_src_url) no-repeat center;
|
|
||||||
background-color: white;
|
background-color: white;
|
||||||
width: 2em;
|
width: 2em;
|
||||||
height: 2em;
|
height: 2em;
|
||||||
|
|
|
@ -73,7 +73,6 @@ const fulllink = `/${slug}`
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
mask: var(--icon_src_url) no-repeat center;
|
mask: var(--icon_src_url) no-repeat center;
|
||||||
-webkit-mask: var(--icon_src_url) no-repeat center;
|
|
||||||
background-color: white;
|
background-color: white;
|
||||||
width: 1.4em;
|
width: 1.4em;
|
||||||
height: 1.4em;
|
height: 1.4em;
|
||||||
|
|
Loading…
Reference in a new issue