move existing lib components to inbox

This commit is contained in:
Tykayn 2025-08-14 14:58:17 +02:00 committed by tykayn
parent 4a8c7d2a4b
commit 54bf9d3fe2
14 changed files with 15 additions and 3 deletions

View file

@ -6,6 +6,7 @@
border: solid 2px transparent; border: solid 2px transparent;
box-shadow: 0 5px 10px #eee; box-shadow: 0 5px 10px #eee;
color: #aaa; color: #aaa;
max-width: 150px;
.top { .top {
height: 8rem; height: 8rem;
@ -17,15 +18,17 @@
border-bottom-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem;
} }
.name{ .name {
color: #333; color: #333;
} }
.name, .hexacode { .name, .hexacode {
padding: 0.5rem; padding: 0.5rem;
background: white; background: white;
} }
.hexacode{
padding-top:0; .hexacode {
padding-top: 0;
font-size: 0.8rem; font-size: 0.8rem;
} }
} }

View file

@ -20,6 +20,12 @@
background: #1b1d27; background: #1b1d27;
color: white; color: white;
.navbar-item {
&.user-account-item {
color: #7FB8E7;
}
}
.navbar-brand { .navbar-brand {
margin-right: 35px; margin-right: 35px;
@ -28,6 +34,7 @@
margin-left: 16px; margin-left: 16px;
border-bottom: 2px solid transparent; border-bottom: 2px solid transparent;
i { i {
font-size: 24px; font-size: 24px;
} }
@ -49,6 +56,8 @@
text-transform: uppercase; text-transform: uppercase;
margin-top: -0.25em; margin-top: -0.25em;
} }
} }
.navigation { .navigation {