Skip to content

Commit 14d58d9

Browse files
authored
Merge pull request #19314 from dvdksn/center-cookie-consent-btn
hack: center the cookie consent closing button
2 parents d08eee3 + fa81c2d commit 14d58d9

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

assets/css/hack.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/* center the closing button for the cookie consent modal */
2+
.ot-floating-button__close {
3+
@apply flex justify-center items-center;
4+
}

assets/css/styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
@import "/assets/css/global";
55
@import "/assets/css/typography";
66
@import "/assets/css/search";
7+
@import "/assets/css/hack";
78

89
@import "tailwindcss/components";
910
@import "/assets/css/code";

0 commit comments

Comments
 (0)