Spaces:
Building
Building
Update flare-ui/src/app/dialogs/api-edit-dialog/api-edit-dialog.component.scss
Browse files
flare-ui/src/app/dialogs/api-edit-dialog/api-edit-dialog.component.scss
CHANGED
@@ -6,8 +6,6 @@
|
|
6 |
h3 {
|
7 |
margin-top: 10px;
|
8 |
margin-bottom: 10px;
|
9 |
-
font-size: 16px;
|
10 |
-
font-weight: 500;
|
11 |
}
|
12 |
}
|
13 |
|
@@ -207,6 +205,10 @@
|
|
207 |
margin-bottom: 24px;
|
208 |
}
|
209 |
|
|
|
|
|
|
|
|
|
210 |
.test-result {
|
211 |
margin-top: 24px;
|
212 |
|
@@ -518,4 +520,13 @@ mat-dialog-actions {
|
|
518 |
flex: 1 1 100%;
|
519 |
}
|
520 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
521 |
}
|
|
|
6 |
h3 {
|
7 |
margin-top: 10px;
|
8 |
margin-bottom: 10px;
|
|
|
|
|
9 |
}
|
10 |
}
|
11 |
|
|
|
205 |
margin-bottom: 24px;
|
206 |
}
|
207 |
|
208 |
+
.test-controls {
|
209 |
+
margin-bottom: 10px;
|
210 |
+
}
|
211 |
+
|
212 |
.test-result {
|
213 |
margin-top: 24px;
|
214 |
|
|
|
520 |
flex: 1 1 100%;
|
521 |
}
|
522 |
}
|
523 |
+
}
|
524 |
+
|
525 |
+
.code-editor {
|
526 |
+
font-family: 'Consolas', 'Monaco', 'Courier New', monospace !important;
|
527 |
+
font-size: 13px;
|
528 |
+
line-height: 1.5;
|
529 |
+
tab-size: 2;
|
530 |
+
-moz-tab-size: 2;
|
531 |
+
white-space: pre;
|
532 |
}
|