WIP: family: use bullet instead square for event status indicator (#79428) #135

Draft
tjund wants to merge 1 commits from wip/79428-family-activity-marker into main
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;