Skip to content
Snippets Groups Projects

Resolve "Add last parameterization button"

Merged Daniel Göbel requested to merge feature/167-add-last-parameterization-button into main
13 files
+ 783
358
Compare changes
  • Side-by-side
  • Inline
Files
13
+ 8
1
@@ -31,7 +31,8 @@
@@ -31,7 +31,8 @@
--color-text: var(--vt-c-text-light-1);
--color-text: var(--vt-c-text-light-1);
--section-gap: 160px;
--section-gap: 160px;
--color-header: rgb(255, 177, 45)
--color-header: rgb(255, 177, 45);
 
--bs-cyan-rgb: rgb(29, 230, 230);
}
}
*,
*,
@@ -70,8 +71,14 @@ header {
@@ -70,8 +71,14 @@ header {
--bs-box-shadow-lg: 0 1rem 3rem rgba(150, 150, 150, .575);
--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);
--bs-box-shadow-inset: inset 0 1px 2px rgba(150, 150, 150, .475);
--color-header: rgb(204, 129, 0);
--color-header: rgb(204, 129, 0);
 
--bs-cyan-rgb: rgb(0, 255, 255);
}
}
img {
img {
max-width: 100%;
max-width: 100%;
}
}
 
 
.bg-cyan {
 
background-color: var(--bs-cyan-rgb) !important;
 
color: black;
 
}
 
\ No newline at end of file
Loading