css compiled
This commit is contained in:
parent
f44251290c
commit
8b5af24a43
24
public/css/app.css
vendored
24
public/css/app.css
vendored
@ -51130,10 +51130,6 @@ body{
|
||||
right: 6rem;
|
||||
}
|
||||
|
||||
.lg\:top-2{
|
||||
top: 0.5rem;
|
||||
}
|
||||
|
||||
.lg\:bottom-2\.5{
|
||||
bottom: 0.625rem;
|
||||
}
|
||||
@ -51142,6 +51138,10 @@ body{
|
||||
bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.lg\:top-2{
|
||||
top: 0.5rem;
|
||||
}
|
||||
|
||||
.lg\:col-span-5{
|
||||
grid-column: span 5 / span 5;
|
||||
}
|
||||
@ -51223,6 +51223,10 @@ body{
|
||||
height: 12rem;
|
||||
}
|
||||
|
||||
.lg\:h-28{
|
||||
height: 7rem;
|
||||
}
|
||||
|
||||
.lg\:h-60{
|
||||
height: 15rem;
|
||||
}
|
||||
@ -51235,10 +51239,6 @@ body{
|
||||
height: 3rem;
|
||||
}
|
||||
|
||||
.lg\:h-28{
|
||||
height: 7rem;
|
||||
}
|
||||
|
||||
.lg\:w-9{
|
||||
width: 2.25rem;
|
||||
}
|
||||
@ -51548,11 +51548,11 @@ body{
|
||||
line-height: 1.75rem;
|
||||
}
|
||||
|
||||
[dir="ltr"] .lg\:ltr\:right-0{
|
||||
[dir="ltr"] .ltr\:lg\:right-0{
|
||||
right: 0px;
|
||||
}
|
||||
|
||||
[dir="ltr"] .ltr\:lg\:right-0{
|
||||
[dir="ltr"] .lg\:ltr\:right-0{
|
||||
right: 0px;
|
||||
}
|
||||
|
||||
@ -51572,11 +51572,11 @@ body{
|
||||
padding-left: 6rem;
|
||||
}
|
||||
|
||||
[dir="rtl"] .lg\:rtl\:left-0{
|
||||
[dir="rtl"] .rtl\:lg\:left-0{
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
[dir="rtl"] .rtl\:lg\:left-0{
|
||||
[dir="rtl"] .lg\:rtl\:left-0{
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user