mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
36 lines
470 B
CSS
36 lines
470 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 {
|
|
width: 40%;
|
|
}
|
|
|
|
.process-tasks-refresh {
|
|
float: right;
|
|
}
|
|
|
|
.mdl-dialog__content.form__size {
|
|
height: 400px;
|
|
overflow-y: auto;
|
|
}
|