mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-26 17:24:45 +00:00
* [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
58 lines
962 B
SCSS
58 lines
962 B
SCSS
app-details-manager {
|
|
.aca-close-details-button {
|
|
margin-right: 15px;
|
|
margin-top: 2px;
|
|
outline: none;
|
|
border-radius: 4px;
|
|
|
|
&:focus {
|
|
background-color: var(--theme-selected-background-color);
|
|
outline: 2px solid var(--theme-blue-button-color);
|
|
border-radius: 4px;
|
|
}
|
|
|
|
&:focus-visible {
|
|
outline: 2px solid var(--theme-blue-button-color);
|
|
border-radius: 4px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.aca-details-container {
|
|
background-color: var(--theme-card-background-color);
|
|
width: 100%;
|
|
}
|
|
|
|
.aca-details-tabs {
|
|
margin-top: 40px;
|
|
height: calc(100% - 80px);
|
|
|
|
.mat-tab-body-wrapper {
|
|
height: 100%;
|
|
}
|
|
|
|
mat-tab-header {
|
|
text-transform: uppercase;
|
|
}
|
|
}
|
|
|
|
.aca-details-title {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.aca-details-breadcrumb {
|
|
font-size: 18px;
|
|
margin-left: 20px;
|
|
|
|
&-library {
|
|
font-weight: 900;
|
|
}
|
|
|
|
&-item {
|
|
font-weight: 100;
|
|
}
|
|
}
|