Create separate MaterialStatus component for statuses with gaps (in timelines)

This commit is contained in:
Alex Gleason 2021-10-06 14:39:39 -05:00
parent 6e305fd854
commit 4b92dbc93d
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
4 changed files with 9 additions and 9 deletions

Binary file not shown.

View file

@ -126,15 +126,6 @@
vertical-align: middle;
}
.status-container {
padding-bottom: 10px;
}
.status__wrapper {
@include standard-panel;
padding: 15px 0 10px;
}
.status__wrapper--filtered {
color: var(--primary-text-color);
border: 0;
@ -719,3 +710,12 @@ a.status-card.compact:hover {
}
}
}
.material-status {
padding-bottom: 10px;
&__status {
@include standard-panel;
padding: 15px 0 10px;
}
}