fix cookie not dismissing

This commit is contained in:
Julián Benegas
2020-10-23 21:58:05 -03:00
parent b5022fc809
commit 68752caa60
3 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
.root {
@apply transition-transform transform duration-500 text-center ease-out p-6 bg-primary text-base text-sm md:flex md:text-left flex-row justify-center items-center font-medium fixed bottom-0 w-full z-30;
@apply text-center p-6 bg-primary text-base text-sm md:flex md:text-left flex-row justify-center items-center font-medium fixed bottom-0 w-full z-30;
}