mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix process service theming people comments tasks fixed border and background color issues (#2986)
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
|
||||
#checklist-none-message {
|
||||
margin-top: 10px;
|
||||
color: rgba(0, 0, 0, .5);
|
||||
}
|
||||
|
||||
.adf-checklist-control {
|
||||
|
@@ -2,11 +2,13 @@
|
||||
$primary: map-get($theme, primary);
|
||||
$accent: map-get($theme, accent);
|
||||
$warn: map-get($theme, warn);
|
||||
$foreground: map-get($theme, foreground);
|
||||
$header-border: 1px solid mat-color($foreground, divider);
|
||||
|
||||
.adf-new-task-heading {
|
||||
padding: 12px 20px;
|
||||
font-weight: bold;
|
||||
border-bottom: 1px solid #eee;
|
||||
border-bottom: $header-border;
|
||||
font-size: 18px;
|
||||
float: left;
|
||||
text-align: left;
|
||||
|
@@ -25,13 +25,7 @@
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
adf-people ::ng-deep .assignment-top-container{
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.assignment-container {
|
||||
background: #fff;
|
||||
border: 1px solid #e1e1e1;
|
||||
padding: 10px 20px;
|
||||
width: auto;
|
||||
}
|
||||
|
Reference in New Issue
Block a user