mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
19 lines
248 B
CSS
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;
|
|
}
|