Fix jobs state selection badge style

This commit is contained in:
Chocobozzz 2021-11-05 14:14:31 +01:00
parent dedcd583b2
commit d91b23b11c
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
4 changed files with 7 additions and 3 deletions

View File

@ -7,7 +7,7 @@ my-embed {
} }
.badge { .badge {
@include table-badge; @include peertube-badge;
margin-right: 5px; margin-right: 5px;
} }

View File

@ -55,3 +55,7 @@ pre {
.job-error { .job-error {
color: #ff0000; color: #ff0000;
} }
.select-filter-block .badge {
@include peertube-badge;
}

View File

@ -546,7 +546,7 @@
} }
} }
@mixin table-badge { @mixin peertube-badge {
border-radius: 2px; border-radius: 2px;
padding: 1/4em 1/2em; padding: 1/4em 1/2em;
text-transform: uppercase; text-transform: uppercase;

View File

@ -760,7 +760,7 @@ p-table {
} }
.badge { .badge {
@include table-badge; @include peertube-badge;
} }
} }