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,6 +10,7 @@ $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
|
||||||
|
@ -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