css compiled
This commit is contained in:
parent
0ef6a31543
commit
9da70a6988
@ -50257,22 +50257,6 @@ body{
|
|||||||
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
|
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
|
||||||
}
|
}
|
||||||
|
|
||||||
[dir="ltr"] .ltr\:rounded-tl-lg{
|
|
||||||
border-top-left-radius: 0.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
[dir="ltr"] .ltr\:rounded-bl-lg{
|
|
||||||
border-bottom-left-radius: 0.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
[dir="ltr"] .ltr\:rounded-tr-lg{
|
|
||||||
border-top-right-radius: 0.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
[dir="ltr"] .ltr\:rounded-br-lg{
|
|
||||||
border-bottom-right-radius: 0.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
[dir="ltr"] .ltr\:rounded-tl-md{
|
[dir="ltr"] .ltr\:rounded-tl-md{
|
||||||
border-top-left-radius: 0.375rem;
|
border-top-left-radius: 0.375rem;
|
||||||
}
|
}
|
||||||
@ -50289,6 +50273,22 @@ body{
|
|||||||
border-bottom-right-radius: 0.375rem;
|
border-bottom-right-radius: 0.375rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[dir="ltr"] .ltr\:rounded-tl-lg{
|
||||||
|
border-top-left-radius: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
[dir="ltr"] .ltr\:rounded-bl-lg{
|
||||||
|
border-bottom-left-radius: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
[dir="ltr"] .ltr\:rounded-tr-lg{
|
||||||
|
border-top-right-radius: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
[dir="ltr"] .ltr\:rounded-br-lg{
|
||||||
|
border-bottom-right-radius: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
[dir="ltr"] .ltr\:p-0{
|
[dir="ltr"] .ltr\:p-0{
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
@ -51240,22 +51240,6 @@ body{
|
|||||||
--tw-space-x-reverse: 1;
|
--tw-space-x-reverse: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
[dir="rtl"] .rtl\:rounded-tr-lg{
|
|
||||||
border-top-right-radius: 0.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
[dir="rtl"] .rtl\:rounded-br-lg{
|
|
||||||
border-bottom-right-radius: 0.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
[dir="rtl"] .rtl\:rounded-tl-lg{
|
|
||||||
border-top-left-radius: 0.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
[dir="rtl"] .rtl\:rounded-bl-lg{
|
|
||||||
border-bottom-left-radius: 0.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
[dir="rtl"] .rtl\:rounded-tr-md{
|
[dir="rtl"] .rtl\:rounded-tr-md{
|
||||||
border-top-right-radius: 0.375rem;
|
border-top-right-radius: 0.375rem;
|
||||||
}
|
}
|
||||||
@ -51272,6 +51256,22 @@ body{
|
|||||||
border-bottom-left-radius: 0.375rem;
|
border-bottom-left-radius: 0.375rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[dir="rtl"] .rtl\:rounded-tr-lg{
|
||||||
|
border-top-right-radius: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
[dir="rtl"] .rtl\:rounded-br-lg{
|
||||||
|
border-bottom-right-radius: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
[dir="rtl"] .rtl\:rounded-tl-lg{
|
||||||
|
border-top-left-radius: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
[dir="rtl"] .rtl\:rounded-bl-lg{
|
||||||
|
border-bottom-left-radius: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
[dir="rtl"] .rtl\:p-0{
|
[dir="rtl"] .rtl\:p-0{
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
@ -52236,6 +52236,10 @@ body{
|
|||||||
width: 1.5rem;
|
width: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.xl\:grid-cols-4{
|
||||||
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||||
|
}
|
||||||
|
|
||||||
.xl\:justify-start{
|
.xl\:justify-start{
|
||||||
-webkit-box-pack: start;
|
-webkit-box-pack: start;
|
||||||
-ms-flex-pack: start;
|
-ms-flex-pack: start;
|
||||||
|
@ -35,6 +35,7 @@ lg:max-w-lg
|
|||||||
lg:h-full
|
lg:h-full
|
||||||
lg:w-18
|
lg:w-18
|
||||||
lg:overflow-x-hidden
|
lg:overflow-x-hidden
|
||||||
|
xl:grid-cols-4
|
||||||
ltr:-right-10
|
ltr:-right-10
|
||||||
rtl:-left-10
|
rtl:-left-10
|
||||||
ltr:rounded-tl-md
|
ltr:rounded-tl-md
|
||||||
|
Loading…
x
Reference in New Issue
Block a user