mirror of
https://github.com/Xevion/rdap.git
synced 2025-12-13 12:12:44 -06:00
Move index.tsx inline JSX css into globals.scss, remove bootstrap.css
This commit is contained in:
7269
src/styles/bootstrap.css
vendored
7269
src/styles/bootstrap.css
vendored
File diff suppressed because it is too large
Load Diff
@@ -1,28 +1,45 @@
|
|||||||
@import "bootstrap.css";
|
|
||||||
|
|
||||||
@tailwind base;
|
@tailwind base;
|
||||||
@tailwind components;
|
@tailwind components;
|
||||||
@tailwind utilities;
|
@tailwind utilities;
|
||||||
|
|
||||||
dd {
|
dd {
|
||||||
margin: 0.5em 0 1em 2em;
|
margin: 0.5em 0 1em 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
[title]:not(.no-title) {
|
[title]:not(.no-title) {
|
||||||
border-bottom: 1px dashed silver;
|
border-bottom: 1px dashed silver;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@apply bg-zinc-900 text-white;
|
@apply bg-zinc-900 text-white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
@apply bg-zinc-800;
|
@apply bg-zinc-800 mb-4;
|
||||||
.card-header {
|
.card-header {
|
||||||
@apply bg-zinc-700;
|
@apply bg-zinc-700;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar {
|
.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;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user