Workflows index
This commit is contained in:
@@ -82,3 +82,34 @@ table {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
a[target=_blank]::after {
|
||||
content: url("mingcute/external_link_line.svg");
|
||||
display: inline-block;
|
||||
scale: 0.7;
|
||||
transform-origin: 0 50%;
|
||||
}
|
||||
|
||||
.row {
|
||||
display: flex;
|
||||
flex-flow: row nowrap;
|
||||
align-items: baseline;
|
||||
gap: 1em;
|
||||
|
||||
> * {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
> .right {
|
||||
margin-left: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.mask-icon {
|
||||
display: inline-block;
|
||||
height: 1lh;
|
||||
width: 1lh;
|
||||
background-color: var(--icon-color, black);
|
||||
mask-image: var(--icon, url("mingcute/task_line.svg"));
|
||||
mask-size: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user