mirror of
https://github.com/Xevion/rdap.git
synced 2026-01-31 00:25:18 -06:00
Move index.tsx inline JSX css into globals.scss, remove bootstrap.css
This commit is contained in:
Vendored
-7269
File diff suppressed because it is too large
Load Diff
+20
-3
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user