added style variant

This commit is contained in:
Burak Civan 2022-10-12 13:18:00 +03:00
parent 9da70a6988
commit 62359d35c3
2 changed files with 15 additions and 1 deletions

12
public/css/app.css vendored
View File

@ -51717,6 +51717,10 @@ body{
width: 50%; width: 50%;
} }
.md\:grid-cols-2{
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.md\:flex-row{ .md\:flex-row{
-webkit-box-orient: horizontal; -webkit-box-orient: horizontal;
-webkit-box-direction: normal; -webkit-box-direction: normal;
@ -52220,6 +52224,10 @@ body{
margin-top: 2.25rem; margin-top: 2.25rem;
} }
.xl\:ml-18{
margin-left: 4.5rem;
}
.xl\:hidden{ .xl\:hidden{
display: none; display: none;
} }
@ -52236,6 +52244,10 @@ body{
width: 1.5rem; width: 1.5rem;
} }
.xl\:w-8\/12{
width: 66.666667%;
}
.xl\:grid-cols-4{ .xl\:grid-cols-4{
grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-columns: repeat(4, minmax(0, 1fr));
} }

View File

@ -36,6 +36,8 @@ lg:h-full
lg:w-18 lg:w-18
lg:overflow-x-hidden lg:overflow-x-hidden
xl:grid-cols-4 xl:grid-cols-4
md:grid-cols-2
xl:w-8/12
ltr:-right-10 ltr:-right-10
rtl:-left-10 rtl:-left-10
ltr:rounded-tl-md ltr:rounded-tl-md