refactoring styling
This commit is contained in:
parent
453a225da7
commit
0ef6a31543
32
public/css/app.css
vendored
32
public/css/app.css
vendored
@ -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;
|
||||||
}
|
}
|
||||||
|
10
safelist.txt
10
safelist.txt
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user