Files
alfresco-ng2-components/ng2-components/ng2-activiti-processlist/src/components/activiti-comments.component.css
2016-11-25 19:09:07 +00:00

19 lines
248 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;
}