forked from noxious/client
Worked on zone manager
This commit is contained in:
@ -12,4 +12,4 @@ $blue-gray: #778899;
|
||||
$cyan: #368f8b;
|
||||
$dark-cyan: #376362;
|
||||
$light-cyan: #00b3b3;
|
||||
$green: #09ad19;
|
||||
$green: #09ad19;
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user