[ACS-4792] provide support for style linting (#3055)

* [ACS-4792] provide support for style linting

* style fixes

* style fixes

* style fixes

* disable yarn licenses until the issue is fixed

* fix package lock

* fix after rebase
This commit is contained in:
Denys Vuika
2023-03-14 04:16:36 -04:00
committed by GitHub
parent c996d7d7d1
commit b939d1c582
39 changed files with 970 additions and 256 deletions

View File

@@ -1,5 +1,21 @@
$top-margin: 12px;
.app-suffix-search-icon-wrapper {
height: 6px;
margin: 14px 1px;
float: left;
.mat-icon {
font-size: 24px;
cursor: pointer;
}
.app-clear-icon {
font-size: 18px;
margin: 3px;
}
}
.app-search-container {
margin-top: -$top-margin;
padding-top: 2px;
@@ -43,19 +59,3 @@ $top-margin: 12px;
}
}
}
.app-suffix-search-icon-wrapper {
height: 6px;
margin: 14px 1px;
float: left;
.mat-icon {
font-size: 24px;
cursor: pointer;
}
.app-clear-icon {
font-size: 18px;
margin: 3px;
}
}

View File

@@ -6,6 +6,9 @@ $top-margin: 12px;
.app-search-container {
color: var(--theme-foreground-text-color);
width: 100%;
max-width: $search-width;
height: $search-height + $top-margin;
.app-input-form-field {
.mat-input-element {
@@ -37,11 +40,6 @@ $top-margin: 12px;
}
}
#search-options {
color: var(--theme-text-color);
border-top: 1px solid var(--theme-divider-color);
}
mat-checkbox {
.mat-checkbox-frame {
border-color: var(--theme-text-color);
@@ -56,17 +54,13 @@ mat-checkbox {
height: $search-height;
}
.app-search-container {
width: 100%;
max-width: $search-width;
height: $search-height + $top-margin;
}
.app-search-control {
margin-top: -$top-margin;
}
#search-options {
color: var(--theme-text-color);
border-top: 1px solid var(--theme-divider-color);
padding: 20px 0;
font-size: 16px;
letter-spacing: -0.7px;

View File

@@ -5,12 +5,13 @@
&__content {
@include flex-column;
border-left: 1px solid #eee;
}
&__content-header {
display: flex;
padding: 0 25px 0 25px;
padding: 0 25px;
flex-direction: row;
align-items: center;
border-bottom: 1px solid #eee;
@@ -28,6 +29,7 @@
.content {
@include flex-row;
flex: unset;
height: unset;
padding-top: 8px;
@@ -36,6 +38,7 @@
&__side--left {
@include flex-column;
height: unset;
}
}

View File

@@ -1,5 +1,4 @@
.aca-search-results-row {
.result-location {
height: 15px;
padding-top: 3px;

View File

@@ -15,12 +15,13 @@ $contrast-gray: #646569;
&__content {
@include flex-column;
border-left: 1px solid #eee;
}
&__content-header {
display: flex;
padding: 0 25px 0 25px;
padding: 0 25px;
flex-direction: row;
align-items: center;
border-bottom: 1px solid #eee;
@@ -30,6 +31,7 @@ $contrast-gray: #646569;
background-color: $adf-chip-background;
color: $contrast-gray;
}
.adf-search-filter-placeholder {
color: $contrast-gray;
}
@@ -63,7 +65,7 @@ $contrast-gray: #646569;
display: flex;
align-items: flex-end;
justify-content: space-between;
margin: 5px 5px;
margin: 5px;
padding-right: 24px;
}
@@ -113,7 +115,6 @@ $contrast-gray: #646569;
}
.adf-datatable {
aca-search-action-menu button {
width: 0;
}