aboutsummaryrefslogtreecommitdiff
path: root/web/style/layout.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/style/layout.css')
-rw-r--r--web/style/layout.css71
1 files changed, 0 insertions, 71 deletions
diff --git a/web/style/layout.css b/web/style/layout.css
index 9a2f4c2..5b19114 100644
--- a/web/style/layout.css
+++ b/web/style/layout.css
@@ -53,22 +53,6 @@ h1 {
color: var(--font-highlight);
}
-nav {
- user-select: none;
- z-index: 90;
- position: fixed;
- top: 0px;
- left: 0px;
- padding: 1em;
- width: calc(100vw - 2em);
- height: 2em;
- backdrop-filter: blur(6px);
- background-color: var(--c-nav);
-
- display: flex;
- align-items: center;
-}
-
code {
font-family: monospace !important;
}
@@ -77,41 +61,6 @@ code {
color: grey;
}
-nav a {
- border: 0px solid transparent;
- border-radius: 5px;
- padding: 0.5em;
- text-decoration: none;
- color: var(--font);
- background-image: linear-gradient(transparent, transparent),
- linear-gradient(var(--accent-light), var(--accent-light));
- background-size: 100% 2px, 0 2px;
- background-position: 100% 100%, 0 100%;
- background-repeat: no-repeat;
- transition: background-size 0.15s linear;
- cursor: pointer;
-}
-nav a:hover {
- background-color: var(--c-nav-hover);
- background-size: 0 2px, 100% 2px;
-}
-
-nav h1 {
- margin: 0px;
- margin-left: 0.5em;
- margin-right: 0.5em;
- font-size: 1.5em;
- display: inline;
-}
-nav .account {
- margin-left: auto;
-}
-nav .account .username {
- color: var(--accent-light);
- font-weight: bold;
- margin-right: 1em;
-}
-
#main {
display: block;
margin-top: var(--bar-height);
@@ -143,26 +92,6 @@ footer p {
font-size: 0.8em;
}
-#admin::before {
- content: "admin_panel_settings";
-}
-
-#settings::before {
- content: "settings";
-}
-
-#logout::before {
- content: "logout";
-}
-
-#login::before {
- content: "login";
-}
-
-#back::before {
- content: "arrow_back";
-}
-
*::before,
.icon {
font-family: "Material Icons";