mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Add event theme color for badge
This commit is contained in:
parent
c1530d701f
commit
ad46f606a3
@ -10,8 +10,9 @@ $chill-household-context: #929d69;
|
||||
// Badges colors
|
||||
$social-issue-color: #4bafe8;
|
||||
$social-action-color: $orange;
|
||||
$event-theme-color: #ecc546;
|
||||
$activity-color: yellowgreen;
|
||||
|
||||
// budget colors
|
||||
$budget-resource-color: #6d9e63;
|
||||
$budget-charge-color: #e03851;
|
||||
$budget-charge-color: #e03851;
|
||||
|
@ -10,7 +10,8 @@
|
||||
|
||||
/// SOCIAL-ISSUE AND SOCIAL-ACTION
|
||||
&.entity-social-issue,
|
||||
&.entity-social-action {
|
||||
&.entity-social-action,
|
||||
&.entity-event-theme {
|
||||
margin-right: 0.3em;
|
||||
font-size: 120%;
|
||||
span.badge {
|
||||
@ -32,4 +33,9 @@
|
||||
@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