information responsive control

This commit is contained in:
Burak Civan 2022-10-17 17:13:36 +03:00
parent 9b4dfd41a6
commit 400b96af49
3 changed files with 6 additions and 5 deletions

8
public/css/app.css vendored
View File

@ -50055,6 +50055,10 @@ body{
width: 2.25rem;
}
.lg\:w-96{
width: 24rem;
}
.lg\:w-1\/2{
width: 50%;
}
@ -50135,10 +50139,6 @@ body{
width: 1rem;
}
.lg\:w-96{
width: 24rem;
}
.lg\:w-2\/4{
width: 50%;
}

View File

@ -1,4 +1,4 @@
<div id="{{ $id }}" role="tooltip" class="w-96 inline-block absolute left-0 z-10 text-sm font-medium rounded-lg border border-gray-200 shadow-sm whitespace-nowrap tooltip-content transition-visible bg-lilac-900 border-none text-black p-6 cursor-auto opacity-0 invisible information-content">
<div id="{{ $id }}" role="tooltip" class="w-full lg:w-96 inline-block absolute left-0 z-10 text-sm font-medium rounded-lg border border-gray-200 shadow-sm whitespace-nowrap tooltip-content transition-visible bg-lilac-900 border-none text-black p-6 cursor-auto opacity-0 invisible information-content">
<div class="absolute w-2 h-2 inset-y-1/2 -right-1 before:content-[' '] before:absolute before:w-2 before:h-2 before:bg-lilac-900 before:border-gray-200 before:transform before:rotate-45 before:border before:border-t-0 before:border-l-0 data-popper-arrow"></div>
<ul>

View File

@ -7,6 +7,7 @@ lg:pl-6
lg:w-9
lg:mt-11
lg:-mx-12
lg:w-96
lg:px-3
lg:px-4
lg:px-6