Spaces:
Running
on
Zero
Running
on
Zero
| .header-row { | |
| margin-bottom: 0.75rem; | |
| } | |
| .title { | |
| margin-top: 0.5rem; | |
| margin-bottom: -0.25rem; | |
| } | |
| .title div { | |
| overflow-y: hidden; | |
| } | |
| .title h2 { | |
| font-weight: 600; | |
| font-size: 30px; | |
| } | |
| .system-description p { | |
| text-align: justify; | |
| text-justify: inter-word; | |
| font-weight: 400; | |
| font-size: 14px; | |
| line-height: 20px; | |
| font-style: normal; | |
| } | |
| .subtitle h2 { | |
| font-weight: 200 ; | |
| } | |
| .catalog-button { | |
| justify-content: flex-start; | |
| background-color: transparent; | |
| box-shadow: none; | |
| } | |
| .selected { | |
| border: 1px solid var(--primary-500); | |
| } | |
| .sidebar { | |
| margin-right: 4rem; | |
| } | |
| .column-gap { | |
| gap: 2rem; | |
| } | |
| .accordion { | |
| padding-bottom: var(--spacing-xxl); | |
| } | |
| .accordion span { | |
| display: block; | |
| text-align: left; | |
| font-weight: 600 ; | |
| } | |
| .accordion div { | |
| gap: calc(var(--spacing-xxl) / 2); | |
| } | |
| .input-box label textarea, | |
| input { | |
| /* cursor: not-allowed; */ | |
| border: 1px solid #d1d1d1; | |
| box-shadow: none; | |
| font-family: "IBM Plex Sans", sans-serif; | |
| font-weight: 400; | |
| font-size: 14px; | |
| line-height: 18px; | |
| /* height: 30px !important; */ | |
| } | |
| .read-only label textarea, | |
| input { | |
| cursor: text; | |
| /* border: none; | |
| box-shadow: none; */ | |
| resize: none; | |
| border: none; | |
| background-color: var(--block-background-fill); | |
| /* -webkit-text-fill-color: rgba(82, 82, 82, 1) !important; */ | |
| /* color: rgba(82, 82, 82, 1) !important; */ | |
| /* background-color: var(--background-fill-secondary); */ | |
| } | |
| .result-root { | |
| background-color: var(--block-background-fill) ; | |
| padding: var(--block-padding) ; | |
| } | |
| .result-root span label span { | |
| display: none; | |
| } | |
| .result-root span label { | |
| border: solid var(--block-title-border-width) var(--block-title-border-color) ; | |
| border-radius: var(--block-title-radius) ; | |
| background: var(--block-title-background-fill) ; | |
| padding: var(--block-title-padding) ; | |
| color: var(--block-title-text-color) ; | |
| font-weight: var(--block-title-text-weight) ; | |
| font-size: var(--block-title-text-size) ; | |
| line-height: var(--line-sm) ; | |
| position: relative; | |
| top: 0 ; | |
| left: 0 ; | |
| } | |
| .result-root .pending .prose { | |
| min-height: 44px; | |
| } | |
| .modal .modal-container .modal-block { | |
| padding: 1.5rem; | |
| } | |
| .content-gap { | |
| margin-block: -8px; | |
| } | |
| .no-gap { | |
| gap: 0; | |
| } | |
| .submit-button { | |
| flex-direction: row-reverse; | |
| gap: 0.5rem; | |
| } | |
| .subtitle-harms { | |
| padding-bottom: 8px; | |
| } | |
| .no-stretch { | |
| align-items: flex-start; | |
| } | |
| .result-meaning { | |
| margin-top: 0.5rem; | |
| } | |
| .result-meaning div div p { | |
| text-align: center; | |
| } | |