fix(client/web): remove css loader (#57)

This commit is contained in:
Hexxa 2021-05-21 15:19:28 +08:00 committed by GitHub
parent 10c13f5ad8
commit 047e3a8601
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 83 additions and 73 deletions

View file

@ -0,0 +1,24 @@
.desktop .font-xs {
font-size: 1.2rem;
line-height: 1.8rem;
}
.desktop .font-s {
font-size: 1.4rem;
line-height: 2.1rem;
}
.desktop .font-m {
font-size: 1.6rem;
line-height: 2.4rem;
}
.desktop .font-l {
font-size: 1.8rem;
line-height: 2.7rem;
}
.desktop .font-xl {
font-size: 2.0rem;
line-height: 3rem;
}