family: use bullet instead square for event status indicator (#79428)
gitea/combo/pipeline/head This commit looks good Details

This commit is contained in:
Thomas Jund 2023-07-06 16:46:30 +02:00
parent f60920d678
commit 945ea25745
1 changed files with 9 additions and 7 deletions

View File

@ -77,14 +77,16 @@
}
& &--activity-status {
min-height: calc(0.66rem + 2px);
min-width: calc(0.66rem + 2px);
background: white;
border: 1px solid #aaa;
border-radius: 2px;
margin-right: 1rem;
min-height: calc(1ex + 2px);
min-width: calc(1ex + 2px);
background: $day-backgound;
border: 1px solid currentColor;
border-radius: 50%;
margin-right: 0.66em;
transform: translateY(1px);
&.booked {
background: green;
background: #3c3;
}
&.cancelled {
background: yellow;