mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Fix app-list css issue (#2700)
This commit is contained in:
committed by
Eugenio Romano
parent
77d15fa2b5
commit
5f9efdb900
@@ -87,14 +87,23 @@ $themes: (
|
|||||||
}
|
}
|
||||||
|
|
||||||
&-actions {
|
&-actions {
|
||||||
padding: 16px;
|
padding: 0 16px 16px 16px;
|
||||||
border-top: 1px solid rgba(0,0,0,.1);
|
border-top: 1px solid rgba(0,0,0,.1);
|
||||||
min-height: 64px;
|
min-height: 48px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
&-icon {
|
&-icon {
|
||||||
color: #e9f1f3;
|
color: #e9f1f3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.mat-card-actions {
|
||||||
|
margin-left: 0px;
|
||||||
|
margin-right: 0px;
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user