style: add colored tags (#74582)
gitea/gadjo/pipeline/head This commit looks good Details

This commit is contained in:
Lauréline Guérin 2023-02-16 11:12:30 +01:00
parent 45bac77a26
commit c59715e912
No known key found for this signature in database
GPG Key ID: 1FAB9B9B4F93D473
1 changed files with 17 additions and 0 deletions

View File

@ -827,6 +827,23 @@ ul.objects-list li span.tag {
left: -1ex;
}
span.meta {
position: relative;
padding: 0 0.5ex;
&.meta-success {
color: #268c26;
}
&.meta-warning {
color: #eb7500;
}
&.meta-error {
color: #cf1726;
}
&.meta-disabled {
color: #555;
}
}
#sidepage {
position: absolute;
top: 0px;