[WIP]: Add style to ItemPage

- added navbar devider als asthetic feature
This commit is contained in:
Luis S. Ruisinger
2022-06-07 15:28:34 +02:00
parent 3e73fd01f9
commit 896696a499
4 changed files with 4936 additions and 5005 deletions

View File

@@ -14,6 +14,8 @@
<a>Storage</a>
</div>
<span class="divider"></span>
<input type="checkbox" class="menu-btn" id="menu-btn">
<label for="menu-btn" class="menu-icon">
<span class="menu-icon__line"></span>

View File

@@ -14,7 +14,7 @@
text-decoration: none;
color: inherit;
text-transform: uppercase;
font-size: 2rem;
font-size: 2.5rem;
}
.nav-links {
@@ -34,6 +34,12 @@
}
}
.divider{
flex-grow: 1;
border-bottom: 0.15rem solid black;
margin: 5px;
}
.menu-icon {
position: relative;
padding: 26px 10px;

File diff suppressed because it is too large Load Diff