mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-01 12:33:49 +00:00
Add event theme color for badge
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user