Show stash-ids with their endpoint (#4216)

This commit is contained in:
WithoutPants
2023-10-18 07:56:49 +11:00
committed by GitHub
parent 21baa23fc5
commit a83dfff5ff
8 changed files with 79 additions and 87 deletions

View File

@@ -480,3 +480,32 @@ div.react-datepicker {
.string-list-row .input-group {
flex-wrap: nowrap;
}
.stash-id-pill {
display: inline-block;
font-size: 90%;
font-weight: 700;
line-height: 1;
padding-bottom: 0.25em;
padding-top: 0.25em;
text-align: center;
vertical-align: baseline;
white-space: nowrap;
span,
a {
display: inline-block;
padding: 0.25em 0.6em;
}
span {
background-color: $primary;
border-radius: 0.25rem 0 0 0.25rem;
min-width: 5em;
}
a {
background-color: $secondary;
border-radius: 0 0.25rem 0.25rem 0;
}
}