api / tickets

This commit is contained in:
HAM!DREZA
2024-05-29 22:31:05 +03:30
parent 1e132b97db
commit fd5b06c2d7
20 changed files with 810 additions and 179 deletions
+16
View File
@@ -26,6 +26,7 @@ body {
}
}
@layer components {
.loginInput{
@apply bg-white rounded-[2.564vw] md:rounded-[1.563vw] text-[3.59vw] md:text-[0.833vw] w-full h-[13.59vw] md:h-[2.917vw] ps-[3vw] md:ps-[1.2vw]
}
@@ -45,6 +46,21 @@ body {
margin: 0 !important;
font-family: 'thinSans';
}
.emptyText{
@apply font-semibold text-[4vw] md:text-[1vw] my-[3vw] w-full text-center
}
.loadingText{
@apply min-h-[10vw] font-semibold text-[4vw] md:text-[1vw] my-[3vw] w-full text-center
}
.close{
max-height: 0;
overflow: hidden;
transition: max-height 0.7s ease-out;
}
}
.chat{
transition: max-height 0.7s ease-out;
}
@media (max-width: 768px) {
.tabs-component .tabs-component-tab .is-active::before{