We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa08e0 commit 1228451Copy full SHA for 1228451
airbyte-webapp/src/views/Connection/CatalogDiffModal/components/FieldSection.module.scss
@@ -1,16 +1,6 @@
1
+@use "../../../../scss/colors";
2
@use "../../../../scss/variables";
3
@use "./DiffSection.module.scss";
-@use "../../../../scss/colors";
4
-
5
-ul,
6
-li {
7
- list-style-type: none;
8
- list-style-position: inside;
9
- margin: 0px;
10
- padding: 0px;
11
- height: auto;
12
- font-weight: 400;
13
-}
14
15
.fieldHeader {
16
@extend .sectionHeader;
@@ -38,4 +28,14 @@ li {
38
28
39
29
.fieldRowsContainer {
40
30
padding-left: variables.$spacing-lg;
31
+
32
+ ul,
33
+ li {
34
+ list-style-type: none;
35
+ list-style-position: inside;
36
+ margin: 0px;
37
+ padding: 0px;
+ height: auto;
+ font-weight: 400;
+ }
41
}
0 commit comments