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
View File
File diff suppressed because it is too large Load Diff
+20 -3
View File
@@ -1,5 +1,3 @@
@import "bootstrap.css";
@tailwind base;
@tailwind components;
@tailwind utilities;
@@ -17,7 +15,7 @@ body {
}
.card {
@apply bg-zinc-800;
@apply bg-zinc-800 mb-4;
.card-header {
@apply bg-zinc-700;
}
@@ -26,3 +24,22 @@ body {
.navbar {
@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;
}