mirror of https://github.com/docker/docs.git
Merge pull request #19314 from dvdksn/center-cookie-consent-btn
hack: center the cookie consent closing button
This commit is contained in:
commit
14d58d9e73
|
@ -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