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
@@ -2,6 +2,13 @@
|
|
2 |
padding: 24px;
|
3 |
overflow-y: auto;
|
4 |
max-height: calc(80vh - 200px);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
}
|
6 |
|
7 |
.section-title {
|
|
|
2 |
padding: 24px;
|
3 |
overflow-y: auto;
|
4 |
max-height: calc(80vh - 200px);
|
5 |
+
|
6 |
+
h3 {
|
7 |
+
margin-top: 10px;
|
8 |
+
margin-bottom: 10px;
|
9 |
+
font-size: 16px;
|
10 |
+
font-weight: 500;
|
11 |
+
}
|
12 |
}
|
13 |
|
14 |
.section-title {
|