feat: calendar matchings (#173)

* feat: calendar matchings

* fix: build

* refactor: resolve pr comments

* fix: destrucure editorRef

---------

Co-authored-by: doprz <52579214+doprz@users.noreply.github.com>
This commit is contained in:
Razboy20
2024-03-17 00:32:50 -05:00
committed by GitHub
parent df1849180d
commit 791a42bcd4
23 changed files with 243 additions and 410 deletions

View File

@@ -9,11 +9,13 @@
.mini {
font-size: 0.79rem;
font-weight: 500;
letter-spacing: 0;
}
.small {
font-size: 0.88875rem;
font-weight: 500;
letter-spacing: 0;
}
.p {
@@ -25,11 +27,13 @@
.h4 {
font-size: 1.125rem;
font-weight: 500;
letter-spacing: 0;
}
.h3-course {
font-size: 0.6875rem;
font-weight: 400;
letter-spacing: 0;
line-height: 100%; /* 0.6875rem */
}
@@ -37,6 +41,7 @@
font-size: 1.26563rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0;
}
.h2-course {
@@ -49,16 +54,19 @@
.h2 {
font-size: 1.42375rem;
font-weight: 500;
letter-spacing: 0;
}
.h1-course {
font-size: 1rem;
font-weight: 600;
text-transform: capitalize;
letter-spacing: 0;
}
.h1 {
font-size: 1.60188rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0;
}