Merge pull request #19314 from dvdksn/center-cookie-consent-btn

hack: center the cookie consent closing button
This commit is contained in:
David Karlsson 2024-02-06 10:20:21 +01:00 committed by GitHub
commit 14d58d9e73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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";