api / tickets
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user