set meeting type color text and increment version

This commit is contained in:
Adam Piontek 2021-08-10 14:25:33 -04:00
parent b5bd3aa20b
commit f152be8b73
7 changed files with 20 additions and 31 deletions

View file

@ -6,17 +6,3 @@ $link-color: $gray-200;
$link-decoration: underline;
$link-shade-percentage: 20%;
$link-hover-color: $primary;
// /* alerts */
// // scss-docs-start alert-variables
// $alert-padding-y: $spacer;
// $alert-padding-x: $spacer;
// $alert-margin-bottom: 1rem;
// $alert-border-radius: $border-radius;
// $alert-link-font-weight: $font-weight-bold;
// $alert-border-width: $border-width;
// $alert-bg-scale: -40%;
// $alert-border-scale: -30%;
// $alert-color-scale: 60%;
// $alert-dismissible-padding-r: $alert-padding-x * 3; // 3x covers width of x plus default padding on either side
// // scss-docs-end alert-variables

View file

@ -5,7 +5,7 @@ $indigo: #6610f2;
$purple: #6f42c1;
$pink: #d63384;
$red: #DD3940;
$orange: #fd7e14;
$orange: #FF6F59;
$yellow: #FFFF82;
$green: #1db954;
$teal: #20c997;

View file

@ -142,6 +142,9 @@ section.tsml-widget-upcoming.widget_tsml_widget_upcoming.widget div.tsml-no-upco
&.attendance-inactive .location small {
color: $danger;
}
span.meeting_types {
color: $secondary;
}
}
}
}