[ACS-4266]Restructure CSS and Resolve Linting Issue.

This commit is contained in:
Aayush Rohila
2023-02-24 12:30:30 +05:30
parent a084b48213
commit 3d80a2057b

View File

@@ -1,4 +1,5 @@
.adf-search-check-list > fieldset { .adf-search-check-list > fieldset {
border: 0 none;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@@ -23,16 +24,10 @@
white-space: nowrap; white-space: nowrap;
} }
} }
}
.adf-search-check-list { .adf-search-check-list-title {
&-title {
font-size: 1.1em; font-size: 1.1em;
padding-bottom: 5px; padding-bottom: 5px;
color: var(--theme-text-bold-color); color: var(--theme-text-bold-color);
} }
} }
fieldset {
border: 0 none;
}