feat: add SessionComment
This commit is contained in:
+13
-4
@@ -11,6 +11,19 @@ button {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@layer utilities {
|
||||
.text-xs {
|
||||
font-size: 12px;
|
||||
line-height: 110%;
|
||||
}
|
||||
|
||||
@media (min-width: 1536px) {
|
||||
.text-xs {
|
||||
font-size: 0.833vw;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@utility title-l {
|
||||
@apply 2xl:text-[1.667vw] text-[24px] leading-[120%];
|
||||
}
|
||||
@@ -31,10 +44,6 @@ button {
|
||||
@apply 2xl:text-[0.972vw] text-[14px] leading-[110%];
|
||||
}
|
||||
|
||||
@utility text-xs {
|
||||
@apply 2xl:text-[0.833vw] text-[12px] leading-[110%];
|
||||
}
|
||||
|
||||
@utility button-m {
|
||||
@apply 2xl:text-[0.972vw] text-[14px] leading-[110%];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user