refactoring styling

This commit is contained in:
Burak Civan 2022-10-11 15:35:21 +03:00
parent 453a225da7
commit 0ef6a31543
2 changed files with 41 additions and 1 deletions

32
public/css/app.css vendored
View File

@ -50273,6 +50273,22 @@ body{
border-bottom-right-radius: 0.5rem; border-bottom-right-radius: 0.5rem;
} }
[dir="ltr"] .ltr\:rounded-tl-md{
border-top-left-radius: 0.375rem;
}
[dir="ltr"] .ltr\:rounded-bl-md{
border-bottom-left-radius: 0.375rem;
}
[dir="ltr"] .ltr\:rounded-tr-md{
border-top-right-radius: 0.375rem;
}
[dir="ltr"] .ltr\:rounded-br-md{
border-bottom-right-radius: 0.375rem;
}
[dir="ltr"] .ltr\:p-0{ [dir="ltr"] .ltr\:p-0{
padding: 0px; padding: 0px;
} }
@ -51240,6 +51256,22 @@ body{
border-bottom-left-radius: 0.5rem; border-bottom-left-radius: 0.5rem;
} }
[dir="rtl"] .rtl\:rounded-tr-md{
border-top-right-radius: 0.375rem;
}
[dir="rtl"] .rtl\:rounded-br-md{
border-bottom-right-radius: 0.375rem;
}
[dir="rtl"] .rtl\:rounded-tl-md{
border-top-left-radius: 0.375rem;
}
[dir="rtl"] .rtl\:rounded-bl-md{
border-bottom-left-radius: 0.375rem;
}
[dir="rtl"] .rtl\:p-0{ [dir="rtl"] .rtl\:p-0{
padding: 0px; padding: 0px;
} }

View File

@ -34,6 +34,14 @@ lg:top-7
lg:max-w-lg lg:max-w-lg
lg:h-full lg:h-full
lg:w-18 lg:w-18
lg:overflow-x-hidden
ltr:-right-10 ltr:-right-10
rtl:-left-10 rtl:-left-10
lg:overflow-x-hidden ltr:rounded-tl-md
ltr:rounded-bl-md
rtl:rounded-tr-md
rtl:rounded-br-md
ltr:rounded-tr-md
ltr:rounded-br-md
rtl:rounded-tl-md
rtl:rounded-bl-md