diff --git a/frontend/src/app/modules/page/ess/presentation/ess.component.html b/frontend/src/app/modules/page/ess/presentation/ess.component.html index 66343875fa..ab62884cb4 100644 --- a/frontend/src/app/modules/page/ess/presentation/ess.component.html +++ b/frontend/src/app/modules/page/ess/presentation/ess.component.html @@ -21,7 +21,7 @@
- + -

{{ this.essContext + '.headline' | i18n }}

-

- Please select the product in whose supply chain you want to search for a specific company. - You can also select several products. An investigation of the supply chain is started for - each selected product. -

-   -
+
+

{{ this.essContext + '.headline' | i18n }}

+

+ Please select the product in whose supply chain you want to search for a specific company. + You can also select several products. An investigation of the supply chain is started for + each selected product. +

+ +
{{ this.essContext + '.headline' | i18n }} suffixIconColor="primary" >
+
+ + + + +
- - - - - - - + + + - -

{{ 'dataLoading.error' | i18n }}

-

{{ parts.error }}

-
+ +

{{ 'dataLoading.error' | i18n }}

+

{{ parts.error }}

+
- - - + + +
diff --git a/frontend/src/app/modules/shared/components/parts-table/parts-table.component.html b/frontend/src/app/modules/shared/components/parts-table/parts-table.component.html index cfcd43ca43..47648aaffd 100644 --- a/frontend/src/app/modules/shared/components/parts-table/parts-table.component.html +++ b/frontend/src/app/modules/shared/components/parts-table/parts-table.component.html @@ -20,14 +20,14 @@
-
{{tableHeader}} - +
{{tableHeader}} + settings
-
+

{{ selectedPartsInfoLabel | i18n : {count: selection?.selected?.length || 0} }}

- ) { diff --git a/frontend/src/theme/base.scss b/frontend/src/theme/base.scss index f7faedfa56..e1a7849cb6 100644 --- a/frontend/src/theme/base.scss +++ b/frontend/src/theme/base.scss @@ -89,6 +89,23 @@ @apply font-light lg:text-base sm:text-sm text-dark; } + .padding-top-bottom-05 { + padding-top: 0.5em; + padding-bottom: 0.5em; + } + + .margin-right-05 { + margin-right: 0.5em; + } + + .padding-bottom-1 { + padding-bottom: 1em; + } + + .float-right { + float: right; + } + .small-text { @apply font-light lg:text-xs sm:text-tiny text-dark; } @@ -182,8 +199,8 @@ app-ess-table { } } -as-split{ - height: 61vh!important; +as-split { + height: 61vh !important; } app-other-parts { @@ -201,9 +218,9 @@ app-parts, app-notification-tab { } app-ess, app-notification-tab { - .table-wrapper{ + .table-wrapper { background-color: white; - height:45vh; + height: 45vh; } } @@ -227,7 +244,7 @@ app-multiselect { app-parts, app-other-parts, app-notifications-tab { .mat-mdc-table .mdc-data-table__row:last-child { - border-bottom: 1px solid lightgrey; + border-bottom: 1px solid lightgrey; } .app-bom-lifecycle-activator-container {