Adjustments to the Builder order and design

This commit is contained in:
Nathan Schneider
2025-05-13 07:37:23 -06:00
parent d5bf9cc4b4
commit 3ef15444fe

View File

@ -739,11 +739,10 @@ input:checked + .toggle-slider:before {
.protocol-template-selector {
border-bottom: 1px solid var(--border-color);
background-color: rgba(0, 0, 0, 0.02);
}
.protocol-template-selector .stage-header {
background-color: rgba(0, 0, 0, 0.02);
/* Header styling without background - that comes from gray-bg class */
}
.template-body {
@ -802,7 +801,11 @@ input:checked + .toggle-slider:before {
.protocol-metadata {
padding: 2rem;
border-bottom: 1px solid var(--border-color);
background-color: rgba(0, 0, 0, 0.02);
}
/* Specific gray background for top sections */
.gray-bg {
background-color: #dddddd !important;
}
.metadata-field {