chore(client+nui); Add support for locales; modify character info appearance

This commit is contained in:
Linden
2021-05-21 03:17:23 +10:00
parent a6e7868407
commit 2e81884550
9 changed files with 27 additions and 31 deletions
+5 -2
View File
@@ -1,12 +1,12 @@
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;600&display=swap');
* {
font-family: 'Raleway';
margin: 0;
padding: 0;
user-select: none;
color: rgb(255, 255, 255);
font-weight: 300;
font-size: 1.5vh;
font-size: 1.6vh;
font-family: Calibri, "Helvetica", san-serif;
}
html {
@@ -36,6 +36,7 @@ body {
top: 5%;
left: 50%;
transform: translate(-50%);
font-size: 1.1rem;
}
.footer {
@@ -43,6 +44,7 @@ body {
bottom: 5%;
left: 50%;
transform: translate(-50%);
font-size: 1.1rem;
}
.character-box {
@@ -61,6 +63,7 @@ body {
}
h1 {
font-family: 'Raleway', sans-serif;
padding-top: 2rem;
display: block;
font-size: 1.3rem;