mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Revert the scss changes on Process Info Drawer (#2505)
* [ADF-1760] Process Info Drawer - The keys must be localized * Reverting scss changes done in the previous PR for the same issue * Revert the scss changes on Process Info Drawer
This commit is contained in:
parent
c4b90f22ce
commit
6ee53fe302
@ -1,51 +1,25 @@
|
|||||||
@mixin mat-info-drawer-theme($theme) {
|
@mixin mat-info-drawer-theme($theme) {
|
||||||
$primary: map-get($theme, primary);
|
$background: map-get($theme, background);
|
||||||
|
|
||||||
.adf {
|
.adf {
|
||||||
&-info-drawer-layout {
|
&-info-drawer-layout {
|
||||||
width: 385px;
|
width: 350px;
|
||||||
display: block;
|
display: block;
|
||||||
background-color: #fafafa;
|
padding: 8px 0;
|
||||||
|
background-color: mat-color($background, dialog);
|
||||||
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.27);
|
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.27);
|
||||||
|
|
||||||
& .mat-tab-label {
|
|
||||||
font-family: Muli;
|
|
||||||
font-size: 14px;
|
|
||||||
font-weight: bold;
|
|
||||||
text-align: left;
|
|
||||||
color: mat-color($primary);
|
|
||||||
}
|
|
||||||
|
|
||||||
&-header {
|
&-header {
|
||||||
padding: 13px 0px 0px 23px;
|
padding: 8px 24px 24px 24px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
margin-bottom: 40px;
|
|
||||||
|
|
||||||
&-buttons {
|
&-buttons {
|
||||||
mat-icon {
|
mat-icon {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&-title {
|
|
||||||
width: 197px;
|
|
||||||
height: 32px;
|
|
||||||
opacity: 0.54;
|
|
||||||
font-family: Helvetica;
|
|
||||||
font-size: 20px;
|
|
||||||
line-height: 1.6;
|
|
||||||
letter-spacing: -0.5px;
|
|
||||||
text-align: left;
|
|
||||||
color: #000000;
|
|
||||||
|
|
||||||
& > div {
|
|
||||||
overflow: hidden;
|
|
||||||
white-space: nowrap;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&-content {
|
&-content {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user