Eugenio Romano a8eac42c05 [ADF-1103] Add custom tslint rules to avoid unwanted Class and File name prefix (#2087)
* 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
2017-08-01 11:25:32 +01:00

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;
}