Spaces:
Running
Running
Update flare-ui/src/app/components/environment/environment.component.scss
Browse files
flare-ui/src/app/components/environment/environment.component.scss
CHANGED
@@ -156,6 +156,65 @@ mat-card-header {
|
|
156 |
padding-right: 5px;
|
157 |
}
|
158 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
159 |
::ng-deep {
|
160 |
.mat-mdc-form-field-icon-prefix {
|
161 |
padding-right: 12px;
|
|
|
156 |
padding-right: 5px;
|
157 |
}
|
158 |
|
159 |
+
.param-collection-content {
|
160 |
+
padding-top: 16px;
|
161 |
+
|
162 |
+
.config-grid {
|
163 |
+
display: grid;
|
164 |
+
grid-template-columns: 1fr;
|
165 |
+
gap: 20px;
|
166 |
+
margin-bottom: 24px;
|
167 |
+
}
|
168 |
+
|
169 |
+
.collection-checkbox {
|
170 |
+
display: block;
|
171 |
+
margin-bottom: 8px;
|
172 |
+
|
173 |
+
mat-hint {
|
174 |
+
display: block;
|
175 |
+
margin-top: 4px;
|
176 |
+
margin-left: 32px;
|
177 |
+
font-size: 12px;
|
178 |
+
color: rgba(0, 0, 0, 0.6);
|
179 |
+
}
|
180 |
+
}
|
181 |
+
|
182 |
+
.code-textarea {
|
183 |
+
font-family: 'Fira Code', 'Consolas', 'Monaco', monospace;
|
184 |
+
font-size: 13px;
|
185 |
+
line-height: 1.5;
|
186 |
+
}
|
187 |
+
|
188 |
+
.help-panel {
|
189 |
+
margin: 16px 0;
|
190 |
+
background-color: rgba(0, 0, 0, 0.02);
|
191 |
+
|
192 |
+
mat-list-item {
|
193 |
+
height: auto;
|
194 |
+
padding: 8px 0;
|
195 |
+
|
196 |
+
code {
|
197 |
+
background-color: #e8f5e9;
|
198 |
+
color: #2e7d32;
|
199 |
+
padding: 2px 6px;
|
200 |
+
border-radius: 3px;
|
201 |
+
font-family: 'Fira Code', 'Consolas', monospace;
|
202 |
+
font-size: 13px;
|
203 |
+
}
|
204 |
+
|
205 |
+
.mat-mdc-list-item-line {
|
206 |
+
color: rgba(0, 0, 0, 0.6);
|
207 |
+
font-size: 13px;
|
208 |
+
margin-top: 4px;
|
209 |
+
}
|
210 |
+
}
|
211 |
+
}
|
212 |
+
|
213 |
+
button[mat-stroked-button] {
|
214 |
+
margin-top: 8px;
|
215 |
+
}
|
216 |
+
}
|
217 |
+
|
218 |
::ng-deep {
|
219 |
.mat-mdc-form-field-icon-prefix {
|
220 |
padding-right: 12px;
|