[ACS-6081] Reduce references to internal Angular material CSS classes (#3534)

* [ACS-6081] Reduce references to internal Angular material CSS classes

* [ACS-6081] rollback default scrollable value [ci:force]

* [ACS-6081] linting

* [ACS-6081] fix e2es

* [ACS-6081] cr fix

* [ACS-6081] remove adf-cli logger from e2es
This commit is contained in:
Mykyta Maliarchuk
2023-11-24 14:59:57 +01:00
committed by GitHub
parent 7468111d19
commit 7c95b53c8b
82 changed files with 390 additions and 471 deletions

View File

@@ -1,5 +1,5 @@
aca-open-in-app {
.open-in-app-container {
.aca-open-in-app-container {
display: flex;
place-content: center;
padding: 0;
@@ -7,28 +7,34 @@ aca-open-in-app {
background-color: var(--theme-primary-color);
color: var(--theme-about-panel-background-color);
margin-top: 12px;
}
.open-in-app {
overflow-x: hidden;
font-size: 16px;
width: 100%;
padding: 0;
height: 48px;
&-button {
overflow-x: hidden;
font-size: 16px;
width: 100%;
padding: 0;
height: 48px;
&:focus-visible {
outline: none;
border-radius: unset;
&:focus-visible {
outline: none;
border-radius: unset;
}
}
}
.download-app-container {
.aca-download-app-container {
display: flex;
place-content: center;
margin-top: 12px;
&-button {
background: var(--theme-dialog-background-color);
color: var(--theme-primary-color);
font-size: 14px;
}
}
.alfresco-mobile-application-container {
.aca-mobile-application-container {
display: flex;
flex-direction: row;
justify-content: space-between;
@@ -37,28 +43,18 @@ aca-open-in-app {
padding: 6px 0;
}
.cross-button {
.aca-cross-button {
padding-right: 0;
&:focus-visible {
outline: none;
border-radius: unset;
}
}
.cross-icon {
font-weight: bold;
font-size: 21px;
height: 21px;
}
.download-app-button {
background: var(--theme-dialog-background-color);
color: var(--theme-primary-color);
font-size: 14px;
}
.mat-dialog-container {
padding: 8px 24px 24px;
&-icon {
font-weight: bold;
font-size: 21px;
height: 21px;
}
}
}