Move index.tsx inline JSX css into globals.scss, remove bootstrap.css

This commit is contained in:
2023-05-20 21:30:46 -05:00
parent 6e27447a99
commit 02a7549565
2 changed files with 27 additions and 7279 deletions

7269
src/styles/bootstrap.css vendored
View File

File diff suppressed because it is too large Load Diff

View File

@@ -1,28 +1,45 @@
@import "bootstrap.css";
@tailwind base;
@tailwind components;
@tailwind utilities;
dd {
margin: 0.5em 0 1em 2em;
margin: 0.5em 0 1em 2em;
}
[title]:not(.no-title) {
border-bottom: 1px dashed silver;
border-bottom: 1px dashed silver;
}
body {
@apply bg-zinc-900 text-white;
@apply bg-zinc-900 text-white;
}
.card {
@apply bg-zinc-800;
.card-header {
@apply bg-zinc-700;
}
@apply bg-zinc-800 mb-4;
.card-header {
@apply bg-zinc-700;
}
}
.navbar {
@apply bg-zinc-850;
@apply bg-zinc-850;
}
dl {
margin: 0;
}
.rdap-status-code, .rdap-event-time {
border-bottom: 1px dashed silver;
}
#object {
text-transform: lowercase;
}
#spinner-msg {
height: 2em;
display: inline-block;
margin: -0.25em 0 0 0;
padding: 0.25em 0 0 0;
}