css compiled

This commit is contained in:
Burak Civan 2022-10-12 14:44:59 +03:00
parent 7ca8c8e89c
commit 16186455b8

33
public/css/app.css vendored
View File

@ -51707,18 +51707,18 @@ body{
gap: 0px;
}
.sm\:space-x-2 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.sm\:space-y-2 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.sm\:space-x-2 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.sm\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
--tw-divide-x-reverse: 0;
border-right-width: calc(2px * var(--tw-divide-x-reverse));
@ -51759,17 +51759,16 @@ body{
position: absolute;
}
<<<<<<< HEAD
.lg\:top-7{
top: 1.75rem;
=======
.lg\:relative{
position: relative;
}
.lg\:right-0{
right: 0px;
>>>>>>> 73918e3caaabde82091fb91be04f3de06654f6c7
}
.lg\:top-7{
top: 1.75rem;
}
.lg\:right-24{
@ -52266,10 +52265,6 @@ body{
margin-top: 2.25rem;
}
.xl\:ml-18{
margin-left: 4.5rem;
}
.xl\:hidden{
display: none;
}
@ -52278,6 +52273,10 @@ body{
height: 1.5rem;
}
.xl\:w-8\/12{
width: 66.666667%;
}
.xl\:w-2\/3{
width: 66.666667%;
}
@ -52286,10 +52285,6 @@ body{
width: 1.5rem;
}
.xl\:w-8\/12{
width: 66.666667%;
}
.xl\:grid-cols-4{
grid-template-columns: repeat(4, minmax(0, 1fr));
}