mirror of https://github.com/docker/docs.git
hack: center the cookie consent closing button
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
d08eee3ded
commit
fa81c2d9b5
|
@ -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/global";
|
||||||
@import "/assets/css/typography";
|
@import "/assets/css/typography";
|
||||||
@import "/assets/css/search";
|
@import "/assets/css/search";
|
||||||
|
@import "/assets/css/hack";
|
||||||
|
|
||||||
@import "tailwindcss/components";
|
@import "tailwindcss/components";
|
||||||
@import "/assets/css/code";
|
@import "/assets/css/code";
|
||||||
|
|
Loading…
Reference in New Issue