apps responsive control
This commit is contained in:
20
public/css/app.css
vendored
20
public/css/app.css
vendored
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user