feat: PopupCourseBlock Component (#79)

Co-authored-by: Razboy20 <Razboy20@users.noreply.github.com>
Co-authored-by: Razboy20 <razboy20@gmail.com>
This commit is contained in:
Dhruv
2024-02-08 11:52:29 -06:00
committed by doprz
parent bfeb2398aa
commit 9accd17bd4
7 changed files with 291 additions and 51 deletions

View File

@@ -1,65 +1,67 @@
@use 'src/views/styles/colors.module.scss';
@use 'src/views/styles/fonts.module.scss';
.text {
font-family: 'Roboto Flex', sans-serif;
line-height: normal;
font-style: normal;
}
@layer theme {
.text {
font-family: 'Roboto Flex', sans-serif;
line-height: normal;
font-style: normal;
}
.mini {
font-size: 0.79rem;
font-weight: 500;
}
.mini {
font-size: 0.79rem;
font-weight: 500;
}
.small {
font-size: 0.88875rem;
font-weight: 500;
}
.small {
font-size: 0.88875rem;
font-weight: 500;
}
.p {
font-size: 1rem;
font-weight: 400;
letter-spacing: 0.025rem;
}
.p {
font-size: 1rem;
font-weight: 400;
letter-spacing: 0.025rem;
}
.h4 {
font-size: 1.125rem;
font-weight: 500;
}
.h4 {
font-size: 1.125rem;
font-weight: 500;
}
.h3-course {
font-size: 0.6875rem;
font-weight: 400;
line-height: 100%; /* 0.6875rem */
}
.h3-course {
font-size: 0.6875rem;
font-weight: 400;
line-height: 100%; /* 0.6875rem */
}
.h3 {
font-size: 1.26563rem;
font-weight: 600;
text-transform: uppercase;
}
.h3 {
font-size: 1.26563rem;
font-weight: 600;
text-transform: uppercase;
}
.h2-course {
font-size: 1rem;
font-weight: 500;
letter-spacing: 0.03125rem;
text-transform: capitalize;
}
.h2-course {
font-size: 1rem;
font-weight: 500;
letter-spacing: 0.03125rem;
text-transform: capitalize;
}
.h2 {
font-size: 1.42375rem;
font-weight: 500;
}
.h2 {
font-size: 1.42375rem;
font-weight: 500;
}
.h1-course {
font-size: 1rem;
font-weight: 600;
text-transform: capitalize;
}
.h1-course {
font-size: 1rem;
font-weight: 600;
text-transform: capitalize;
}
.h1 {
font-size: 1.60188rem;
font-weight: 700;
text-transform: uppercase;
.h1 {
font-size: 1.60188rem;
font-weight: 700;
text-transform: uppercase;
}
}