mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-09 17:44:59 +00:00
[ACS-8052] Inputs for general info for libraries (#9745)
This commit is contained in:
parent
5ca8e7edc5
commit
29252eefe9
@ -40,7 +40,7 @@
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mdc-tab__text-label {
|
#{$mat-tab-label-text} {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
|
||||||
#{$mat-icon} + span {
|
#{$mat-icon} + span {
|
||||||
@ -63,17 +63,22 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* stylelint-disable-next-line no-descending-specificity */
|
||||||
.adf-info-drawer-tabs {
|
.adf-info-drawer-tabs {
|
||||||
#{$mat-tab-label-container} {
|
#{$mat-tab-label-container} {
|
||||||
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
|
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);
|
color: var(--adf-info-drawer-tab-default-color);
|
||||||
background-color: var(--adf-info-drawer-tab-default-background);
|
background-color: var(--adf-info-drawer-tab-default-background);
|
||||||
border-bottom: var(--adf-info-drawer-tab-default-bottom-line);
|
border-bottom: var(--adf-info-drawer-tab-default-bottom-line);
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|
||||||
|
&#{$mat-tab-label} {
|
||||||
|
flex-grow: 1;
|
||||||
|
}
|
||||||
|
|
||||||
&:has(span) {
|
&:has(span) {
|
||||||
height: 32px;
|
height: 32px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user