ui styling
This commit is contained in:
14
public/css/app.css
vendored
14
public/css/app.css
vendored
@ -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)));
|
||||
|
Reference in New Issue
Block a user