handling style when no mdp status
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
635137d1a7
commit
ee0837b077
|
|
@ -489,11 +489,12 @@ ul.striped > :nth-child(odd) {
|
||||||
&--publish:before {
|
&--publish:before {
|
||||||
@apply bg-green-700;
|
@apply bg-green-700;
|
||||||
}
|
}
|
||||||
|
&--none,
|
||||||
&--draft,
|
&--draft,
|
||||||
&--offline {
|
&--offline {
|
||||||
@apply text-neutral-500 border-neutral-500;
|
@apply text-neutral-500 border-neutral-500;
|
||||||
}
|
}
|
||||||
|
&--none:before,
|
||||||
&--draft:before,
|
&--draft:before,
|
||||||
&--offline:before {
|
&--offline:before {
|
||||||
@apply bg-neutral-500;
|
@apply bg-neutral-500;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user