mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
hack: center the cookie consent closing button
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
4
assets/css/hack.css
Normal file
4
assets/css/hack.css
Normal file
@@ -0,0 +1,4 @@
|
||||
/* center the closing button for the cookie consent modal */
|
||||
.ot-floating-button__close {
|
||||
@apply flex justify-center items-center;
|
||||
}
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user