Changed workflows rendering again
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
.mask-icon {
|
||||
display: inline-block;
|
||||
background-color: var(--icon-color, currentColor);
|
||||
mask-image: var(--icon);
|
||||
mask-size: 100%;
|
||||
|
||||
height: 1lh;
|
||||
width: 1lh;
|
||||
transform: translateY(0.3em); /* Looks better when inline */
|
||||
.badge & {
|
||||
transform: unset;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user