mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
* custom tslint rules adf project name files * filename and class prefix rule * filename process service mock * fix spec filename * fix demo shell * rename mock * alias deprecated name class * core rename services * fix pacakge.json adf-rules * add exclude in whitelist
54 lines
790 B
CSS
54 lines
790 B
CSS
:host {
|
|
width: 100%;
|
|
}
|
|
|
|
.activiti-label {
|
|
font-weight: bolder;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.activiti-label.mdl-badge[data-badge]:after {
|
|
right: -27px;
|
|
top: -2px;
|
|
}
|
|
|
|
.activiti-label + .icon {
|
|
position: relative;
|
|
top: -2px;
|
|
}
|
|
|
|
.material-icons:hover {
|
|
color: rgb(255, 152, 0);
|
|
}
|
|
|
|
.task-details-dialog {
|
|
position: fixed;
|
|
top: 50%;
|
|
transform: translate(0, -50%);
|
|
width: 40%;
|
|
}
|
|
|
|
.process-tasks-refresh {
|
|
float: right;
|
|
}
|
|
|
|
.mdl-dialog__content.form__size {
|
|
height: 400px;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.no-results {
|
|
margin-left: 9px;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
letter-spacing: 0;
|
|
line-height: 18px;
|
|
color: rgba(0, 0, 0, .54);
|
|
display: block;
|
|
padding: 12px;
|
|
}
|
|
|
|
.process-tasks__task-item {
|
|
cursor: pointer;
|
|
}
|