Input for mobile users done

This commit is contained in:
2021-10-19 20:30:31 -03:00
parent 6b65f9afdc
commit ff02ece0dc
44 changed files with 4399 additions and 23328 deletions

27
build/sass/index.scss Normal file
View File

@@ -0,0 +1,27 @@
html, body {
margin: 0;
padding: 0;
}
@mixin titleFont() {
font-family: 'Raleway', sans-serif;
font-weight: bold;
}
@mixin titleNormalize() {
user-select: none;
margin: 0;
}
@mixin bodyFont() {
font-family: 'Rambla', sans-serif;
font-weight: 400;
}
@import 'header';
@import 'app';
@import 'defeat-victory';
@import 'loading';
@import 'letters-registered';