Files
supabase/examples/nextjs-auth/style.css
Jonathan Summers-Muir 162d136f54 chore: rename folder
2021-04-27 22:49:16 +08:00

30 lines
370 B
CSS

body {
font-family: Helvetica, Arial, Sans-Serif;
}
a {
display: block;
margin-bottom: 8px;
cursor: pointer;
text-decoration: underline;
}
input {
display: block;
width: 320px;
font-size: 16px;
padding: 8px;
margin-bottom: 16px;
}
button {
margin-bottom: 32px;
cursor: pointer;
}
pre {
background: black;
color: white;
padding: 16px;
}