forked from noxious/client
Fixed characters not showing after logging in, added loading screen before showing characters, worked on GM tools
This commit is contained in:
@ -16,12 +16,12 @@ body {
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6, button, a {
|
||||
font-family: "Poppins";
|
||||
font-family: "Poppins", serif;
|
||||
color: $white;
|
||||
}
|
||||
|
||||
p, span, li, label {
|
||||
font-family: "Inter";
|
||||
font-family: "Inter", serif;
|
||||
color: $white;
|
||||
}
|
||||
button, a {
|
||||
@ -37,6 +37,10 @@ button, input {
|
||||
button {
|
||||
text-align: center;
|
||||
|
||||
&.w-full {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&.btn-cyan {
|
||||
background-color: rgba($cyan, 0.5);
|
||||
border: 1px solid $white;
|
||||
|
Reference in New Issue
Block a user