mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
[ACS-8211] Fixed UI issues in standalone task component after ng15 upgrade (#10046)
This commit is contained in:
parent
cb0b072b1e
commit
b355b17ffa
@ -1,4 +1,4 @@
|
||||
<mat-card appearance="outlined" class="adf-message-card">
|
||||
<mat-card appearance="raised" class="adf-message-card">
|
||||
<mat-card-content>
|
||||
<div class="adf-no-form-message-container">
|
||||
<div class="adf-no-form-message-list">
|
||||
|
@ -4,6 +4,7 @@
|
||||
width: 60%;
|
||||
box-sizing: border-box;
|
||||
margin: 16px auto;
|
||||
padding: 8px 8px 0;
|
||||
|
||||
.adf-no-form-mat-card-actions {
|
||||
border-top: solid 1px var(--adf-theme-background-status-bar-color);
|
||||
@ -43,7 +44,7 @@
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
& .mat-mdc-button {
|
||||
& button {
|
||||
text-transform: uppercase;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user