Skip to content
Snippets Groups Projects

Resolve "Refactor json schema form and description generation"

19 files
+ 922
1292
Compare changes
  • Side-by-side
  • Inline
Files
19
+ 0
7
@@ -32,7 +32,6 @@
--section-gap: 160px;
--color-header: rgb(255, 177, 45);
--bs-cyan-rgb: rgb(29, 230, 230);
}
*,
@@ -71,14 +70,8 @@ header {
--bs-box-shadow-lg: 0 1rem 3rem rgba(150, 150, 150, .575);
--bs-box-shadow-inset: inset 0 1px 2px rgba(150, 150, 150, .475);
--color-header: rgb(204, 129, 0);
--bs-cyan-rgb: rgb(0, 255, 255);
}
img {
max-width: 100%;
}
.bg-cyan {
background-color: var(--bs-cyan-rgb) !important;
color: black;
}
\ No newline at end of file
Loading