set meeting type color text and increment version
This commit is contained in:
parent
b5bd3aa20b
commit
f152be8b73
7 changed files with 20 additions and 31 deletions
|
@ -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
|
||||
|
|
|
@ -5,7 +5,7 @@ $indigo: #6610f2;
|
|||
$purple: #6f42c1;
|
||||
$pink: #d63384;
|
||||
$red: #DD3940;
|
||||
$orange: #fd7e14;
|
||||
$orange: #FF6F59;
|
||||
$yellow: #FFFF82;
|
||||
$green: #1db954;
|
||||
$teal: #20c997;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue