Update two dates in PEC (#1622)

* Add two sessions to pec

* Update updated button to yellow background

* Remove end times on listening sessions
This commit is contained in:
Vim 2022-05-09 14:39:04 -04:00 committed by GitHub
commit 79b09e39e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 176 additions and 1 deletions

View file

@ -5,7 +5,8 @@
@include u-margin-bottom(1);
@include u-margin-right(1);
.tag {
@include u-bg("gray-cool-10");
// @include u-bg("gray-cool-10"); // Standard gray
@include u-bg("yellow-20v"); // "new" yellow
color: black;
border-radius: 5px;
@include u-text('bold');