mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-18 14:56:13 +00:00
Add event theme color for badge
This commit is contained in:
parent
7964347cc5
commit
43ef54286a
@ -10,8 +10,9 @@ $chill-household-context: #929d69;
|
|||||||
// Badges colors
|
// Badges colors
|
||||||
$social-issue-color: #4bafe8;
|
$social-issue-color: #4bafe8;
|
||||||
$social-action-color: $orange;
|
$social-action-color: $orange;
|
||||||
|
$event-theme-color: #ecc546;
|
||||||
$activity-color: yellowgreen;
|
$activity-color: yellowgreen;
|
||||||
|
|
||||||
// budget colors
|
// budget colors
|
||||||
$budget-resource-color: #6d9e63;
|
$budget-resource-color: #6d9e63;
|
||||||
$budget-charge-color: #e03851;
|
$budget-charge-color: #e03851;
|
||||||
|
@ -10,7 +10,8 @@
|
|||||||
|
|
||||||
/// SOCIAL-ISSUE AND SOCIAL-ACTION
|
/// SOCIAL-ISSUE AND SOCIAL-ACTION
|
||||||
&.entity-social-issue,
|
&.entity-social-issue,
|
||||||
&.entity-social-action {
|
&.entity-social-action,
|
||||||
|
&.entity-event-theme {
|
||||||
margin-right: 0.3em;
|
margin-right: 0.3em;
|
||||||
font-size: 120%;
|
font-size: 120%;
|
||||||
span.badge {
|
span.badge {
|
||||||
@ -32,4 +33,9 @@
|
|||||||
@include badge_social($social-action-color);
|
@include badge_social($social-action-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&.entity-event-theme {
|
||||||
|
span.badge {
|
||||||
|
@include badge_social($event-theme-color);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user