mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-10 14:11:42 +00:00
[ACS-8008] - Inputs for properties panel "General info"
This commit is contained in:
@@ -64,16 +64,21 @@
|
||||
}
|
||||
|
||||
.adf-info-drawer-tabs {
|
||||
|
||||
#{$mat-tab-label-container} {
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
|
||||
}
|
||||
|
||||
.adf-info-drawer-tab {
|
||||
div[role="tab"].adf-info-drawer-tab {
|
||||
color: var(--adf-info-drawer-tab-default-color);
|
||||
background-color: var(--adf-info-drawer-tab-default-background);
|
||||
border-bottom: var(--adf-info-drawer-tab-default-bottom-line);
|
||||
opacity: 1;
|
||||
|
||||
&#{$mat-tab-label} {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
&:has(span) {
|
||||
height: 32px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user