css compiled

This commit is contained in:
Burak Civan 2022-10-11 18:58:18 +03:00
parent 0ef6a31543
commit 9da70a6988
2 changed files with 37 additions and 32 deletions

68
public/css/app.css vendored
View File

@ -50257,22 +50257,6 @@ body{
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{
border-top-left-radius: 0.375rem;
}
@ -50289,6 +50273,22 @@ body{
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{
padding: 0px;
}
@ -51240,22 +51240,6 @@ body{
--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{
border-top-right-radius: 0.375rem;
}
@ -51272,6 +51256,22 @@ body{
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{
padding: 0px;
}
@ -52236,6 +52236,10 @@ body{
width: 1.5rem;
}
.xl\:grid-cols-4{
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.xl\:justify-start{
-webkit-box-pack: start;
-ms-flex-pack: start;

View File

@ -35,6 +35,7 @@ lg:max-w-lg
lg:h-full
lg:w-18
lg:overflow-x-hidden
xl:grid-cols-4
ltr:-right-10
rtl:-left-10
ltr:rounded-tl-md