adjustement for default detail tag
This commit is contained in:
parent
397ff88dbf
commit
7811cfecd8
|
|
@ -34,7 +34,7 @@ section[isLoading] {
|
||||||
details {
|
details {
|
||||||
@apply bg-white shadowed rounded-2xl mb-4 px-8 py-6;
|
@apply bg-white shadowed rounded-2xl mb-4 px-8 py-6;
|
||||||
summary {
|
summary {
|
||||||
@apply font-bold list-none flex justify-between items-center cursor-pointer;
|
@apply font-bold list-none flex gap-4 md:gap-8 justify-between items-center cursor-pointer;
|
||||||
.open-close-icon {
|
.open-close-icon {
|
||||||
@apply shrink-0;
|
@apply shrink-0;
|
||||||
transition: transform 0.3s ease-in-out;
|
transition: transform 0.3s ease-in-out;
|
||||||
|
|
@ -64,3 +64,8 @@ details[open] summary .open-close-icon {
|
||||||
max-width: 1310px;
|
max-width: 1310px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#cmplz-manage-consent .cmplz-manage-consent {
|
||||||
|
right: unset;
|
||||||
|
left: 20px;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user