Use neutral badge for drafts
This commit is contained in:
parent
5206609812
commit
b27f696d77
5 changed files with 24 additions and 1 deletions
|
|
@ -748,6 +748,13 @@ option {
|
|||
margin-left: 0.7em;
|
||||
margin-top: -1em;
|
||||
}
|
||||
|
||||
&.badge-neutral {
|
||||
background-color: $fallback--cGreen;
|
||||
background-color: var(--badgeNeutral, $fallback--cGreen);
|
||||
color: white;
|
||||
color: var(--badgeNeutralText, white);
|
||||
}
|
||||
}
|
||||
|
||||
.alert {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue