apps responsive control

This commit is contained in:
Burak Civan
2022-11-02 12:14:16 +03:00
parent 1671083773
commit f44251290c
3 changed files with 98 additions and 78 deletions

20
public/css/app.css vendored
View File

@ -51134,6 +51134,14 @@ body{
top: 0.5rem;
}
.lg\:bottom-2\.5{
bottom: 0.625rem;
}
.lg\:bottom-2{
bottom: 0.5rem;
}
.lg\:col-span-5{
grid-column: span 5 / span 5;
}
@ -51227,6 +51235,10 @@ body{
height: 3rem;
}
.lg\:h-28{
height: 7rem;
}
.lg\:w-9{
width: 2.25rem;
}
@ -51540,6 +51552,10 @@ body{
right: 0px;
}
[dir="ltr"] .ltr\:lg\:right-0{
right: 0px;
}
[dir="ltr"] .lg\:ltr\:pr-12{
padding-right: 3rem;
}
@ -51560,6 +51576,10 @@ body{
left: 0px;
}
[dir="rtl"] .rtl\:lg\:left-0{
left: 0px;
}
[dir="rtl"] .lg\:rtl\:pl-12{
padding-left: 3rem;
}