1
0
forked from noxious/client

npm run format

This commit is contained in:
2024-06-02 02:35:42 +02:00
parent 8329afe897
commit 86b80f8244
28 changed files with 572 additions and 562 deletions

View File

@ -1,27 +1,32 @@
@import "@/assets/scss/_variables";
@import '@/assets/scss/_variables';
// Fonts
@font-face {
font-family: GentiumPlus;
src: url('@/assets/fonts/Gentium_plus.ttf');
font-family: GentiumPlus;
src: url('@/assets/fonts/Gentium_plus.ttf');
}
body {
-ms-overflow-style: none;
scrollbar-width: none;
background: $black;
margin: 0;
-ms-overflow-style: none;
scrollbar-width: none;
background: $black;
margin: 0;
// Disable selection, might wanna comment when debugging
-webkit-user-select: none; /* Safari */
-ms-user-select: none; /* IE 10 and IE 11 */
user-select: none; /* Standard syntax */
// Disable selection, might wanna comment when debugging
-webkit-user-select: none; /* Safari */
-ms-user-select: none; /* IE 10 and IE 11 */
user-select: none; /* Standard syntax */
}
h1, h2, h3, h4, h5, h6 {
font-family: GentiumPlus, serif;
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: GentiumPlus, serif;
}
::-webkit-scrollbar {
display: none;
}
display: none;
}