mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
30 lines
427 B
CSS
30 lines
427 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
|
|
|
|
div[dir="ltr"],
|
|
#__next,
|
|
body {
|
|
height: 100vh;
|
|
width: 100vw;
|
|
|
|
@apply dark:selection:bg-secondary dark:selection:text-white selection:bg-primary;
|
|
}
|
|
|
|
div[dir="ltr"] {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
div.nextra-nav-container ~ div {
|
|
flex-grow: 1;
|
|
}
|
|
|
|
div#reach-skip-nav ~ div {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|