Spaces:
Running
Running
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
@@ -109,7 +109,6 @@
|
|
109 |
}
|
110 |
}
|
111 |
|
112 |
-
// Test section
|
113 |
.test-section {
|
114 |
h3 {
|
115 |
margin-bottom: 16px;
|
@@ -152,6 +151,18 @@
|
|
152 |
}
|
153 |
}
|
154 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
155 |
}
|
156 |
}
|
157 |
|
|
|
109 |
}
|
110 |
}
|
111 |
|
|
|
112 |
.test-section {
|
113 |
h3 {
|
114 |
margin-bottom: 16px;
|
|
|
151 |
}
|
152 |
}
|
153 |
}
|
154 |
+
|
155 |
+
mat-expansion-panel {
|
156 |
+
margin-top: 16px;
|
157 |
+
|
158 |
+
&:first-of-type {
|
159 |
+
margin-top: 24px;
|
160 |
+
}
|
161 |
+
}
|
162 |
+
|
163 |
+
table {
|
164 |
+
margin-top: 8px;
|
165 |
+
}
|
166 |
}
|
167 |
}
|
168 |
|