1
0
forked from noxious/client

Worked on zone manager

This commit is contained in:
2024-06-11 01:10:22 +02:00
parent 399e994bbe
commit 8e174a063a
29 changed files with 658 additions and 379 deletions

View File

@ -12,4 +12,4 @@ $blue-gray: #778899;
$cyan: #368f8b;
$dark-cyan: #376362;
$light-cyan: #00b3b3;
$green: #09ad19;
$green: #09ad19;

View File

@ -15,22 +15,34 @@ body {
user-select: none; /* Standard syntax */
}
h1, h2, h3, h4, h5, h6, button, a {
font-family: "Poppins", serif;
h1,
h2,
h3,
h4,
h5,
h6,
button,
a {
font-family: 'Poppins', serif;
color: $white;
font-weight: 500;
}
p, span, li, label {
font-family: "Inter", serif;
p,
span,
li,
label {
font-family: 'Inter', serif;
color: $white;
}
button, a {
button,
a {
font-weight: 500;
text-shadow: 0 4px 6px rgba($black, 0.25);
}
button, input {
button,
input {
border: none;
background-color: transparent;
}
@ -60,4 +72,4 @@ button {
::-webkit-scrollbar {
display: none;
}
}