css compiled

This commit is contained in:
Burak Civan 2022-10-27 14:51:49 +03:00
parent b84f271d00
commit 9a5952075d

30
public/css/app.css vendored
View File

@ -47366,6 +47366,7 @@ button, input, optgroup, select, textarea{
.max-h-0 { .max-h-0 {
max-height: 0; max-height: 0;
} }
/* index */
[dir="ltr"] .index-actions:nth-child(2){ [dir="ltr"] .index-actions:nth-child(2){
border-left-width: 1px; border-left-width: 1px;
} }
@ -47398,35 +47399,6 @@ button, input, optgroup, select, textarea{
border-bottom-left-radius: 0.5rem; border-bottom-left-radius: 0.5rem;
border-right-width: 0px; border-right-width: 0px;
} }
/* index */
/* html[dir='ltr'] .index-actions:first-child {
@apply rounded-tl-lg rounded-bl-lg border-r-0;
} */
/* html[dir='rtl'] .index-actions:first-child {
@apply rounded-tr-lg rounded-br-lg border-l-0;
}
*/
/* html[dir='ltr'] .index-actions:last-child {
@apply rounded-tr-lg rounded-br-lg border-l-0;
} */
/* html[dir='rtl'] .index-actions:last-child {
@apply rounded-tl-lg rounded-bl-lg border-r-0;
} */
/* html[dir='ltr'] .index-actions:nth-child(2) {
@apply border-l;
}
html[dir='rtl'] .index-actions:nth-child(2) {
@apply border-r;
}
html[dir='ltr'] .index-actions:nth-child(3) {
@apply border-l-0;
}
html[dir='rtl'] .index-actions:nth-child(3) {
@apply border-r-0;
} */
[data-dropdown-actions] { [data-dropdown-actions] {
-webkit-transform: unset !important; -webkit-transform: unset !important;
transform: unset !important; transform: unset !important;