feat: add SessionComment

This commit is contained in:
2025-06-10 13:47:41 +05:00
parent 364db1adf7
commit 538e2b67bc
6 changed files with 117 additions and 60 deletions
+13 -4
View File
@@ -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%];
}