hack: center the cookie consent closing button

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2024-02-06 10:10:01 +01:00
parent d08eee3ded
commit fa81c2d9b5
2 changed files with 5 additions and 0 deletions

4
assets/css/hack.css Normal file
View File

@ -0,0 +1,4 @@
/* center the closing button for the cookie consent modal */
.ot-floating-button__close {
@apply flex justify-center items-center;
}

View File

@ -4,6 +4,7 @@
@import "/assets/css/global";
@import "/assets/css/typography";
@import "/assets/css/search";
@import "/assets/css/hack";
@import "tailwindcss/components";
@import "/assets/css/code";