mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-29 01:55:01 +00:00
[design proposal] adding a mixin to style social issue badge
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
///
|
||||
/// Social Issue mixin
|
||||
// define visual badge for all social issues
|
||||
///
|
||||
|
||||
$social-issue-color: $chill-pink;
|
||||
|
||||
@mixin badge_social_issue {
|
||||
text-transform: capitalize !important;
|
||||
font-weight: 500 !important;
|
||||
border-left: 20px groove $social-issue-color;
|
||||
&:before {
|
||||
content: '\f04b';
|
||||
font-family: ForkAwesome;
|
||||
color: $social-issue-color;
|
||||
margin: 0 0.3em 0 -0.7em;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user