[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

2
.gitignore vendored
View File

@@ -90,3 +90,5 @@ out
# Gradle # Gradle
.gradle .gradle
!gradle/wrapper/gradle-wrapper.jar !gradle/wrapper/gradle-wrapper.jar
frontend/src/index.js

View File

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

View File

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

File diff suppressed because it is too large Load Diff