mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACS-6140] - Remove references to internal Angular Material CSS classes (#3620)
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<img class="aca-details-breadcrumb-icon" alt="{{ 'APP.INFO_DRAWER.ICON' | translate }}" src="{{ nodeIcon }}">
|
||||
{{ node.name }} </span>
|
||||
</div>
|
||||
<div class="acs-details-buttons">
|
||||
<div class="aca-details-buttons">
|
||||
<aca-toolbar [items]="aspectActions" info-drawer-buttons></aca-toolbar>
|
||||
<button
|
||||
class="aca-close-details-button"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
app-details-manager {
|
||||
.acs-details-buttons {
|
||||
.aca-details-buttons {
|
||||
display: flex;
|
||||
|
||||
.aca-close-details-button {
|
||||
@@ -26,21 +26,19 @@ app-details-manager {
|
||||
margin-top: 40px;
|
||||
height: calc(100% - 136px);
|
||||
|
||||
.mat-tab-body-wrapper {
|
||||
> div {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.mat-tab-list {
|
||||
margin-left: 50px;
|
||||
|
||||
.mat-tab-labels {
|
||||
.mat-tab-label {
|
||||
padding: 0 12px;
|
||||
min-width: 95px;
|
||||
letter-spacing: 0.25px;
|
||||
height: 32px;
|
||||
}
|
||||
div[role='tab'] {
|
||||
&:first-of-type {
|
||||
margin-left: 50px;
|
||||
}
|
||||
|
||||
padding: 0 12px;
|
||||
min-width: 95px;
|
||||
letter-spacing: 0.25px;
|
||||
height: 32px;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user