Spaces:
Running
on
Zero
Running
on
Zero
File size: 2,458 Bytes
2f382a0 aeabe15 46a13bb d892a20 aeabe15 46a13bb aeabe15 46a13bb aeabe15 2f382a0 aeabe15 2f382a0 aeabe15 d892a20 46a13bb d892a20 46a13bb aeabe15 46a13bb d892a20 aeabe15 d892a20 6617373 aeabe15 2f382a0 aeabe15 6617373 aeabe15 cab16f9 e5f0735 cab16f9 e5f0735 2f382a0 e5f0735 aeabe15 2f382a0 6617373 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 |
.roott {
width: 500px !important;
}
.title-row {
margin-bottom: 0.75rem;
}
.title {
margin-top: 0.5rem;
margin-bottom: -0.25rem;
}
.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 !important;
}
.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 !important;
}
.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: not-allowed; */
/* border: none;
box-shadow: none; */
resize: none;
border: none;
-webkit-text-fill-color: rgba(82, 82, 82, 1) !important;
color: rgba(82, 82, 82, 1) !important;
/* background-color: var(--background-fill-secondary); */
}
.result-text {
background-color: var(--block-background-fill);
}
.result-text p {
box-shadow: none;
}
.result-container {
background-color: var(--block-background-fill);
gap: var(--block-padding);
padding: var(--block-padding);
}
.result-title span{
display: inline-block;
position: relative;
z-index: var(--layer-4);
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);
}
.modal .modal-container .modal-block{
padding: 1.5rem;
}
.content-gap {
margin-block: -8px;
}
.no-gap {
gap: 0;
}
.submit-button::after {
content: url('./send--alt.svg');
}
.subtitle-harms {
padding-bottom: 8px;
} |