ui styling

This commit is contained in:
Burak Civan
2022-10-27 12:17:13 +03:00
parent 2cf0931379
commit de80bc85a4
4 changed files with 14 additions and 7 deletions

14
public/css/app.css vendored
View File

@ -50246,10 +50246,6 @@ body{
width: 66.666667%;
}
.lg\:w-auto{
width: auto;
}
.lg\:w-1\/4{
width: 25%;
}
@ -50266,6 +50262,10 @@ body{
width: 1rem;
}
.lg\:w-auto{
width: auto;
}
.lg\:w-2\/4{
width: 50%;
}
@ -50335,6 +50335,12 @@ body{
gap: 4rem;
}
.lg\:space-x-16 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(4rem * var(--tw-space-x-reverse));
margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}
.lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));