Start working on series pages
This commit is contained in:
@@ -318,3 +318,25 @@ figure {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.series-status {
|
||||
display: inline-block;
|
||||
padding: 0.5rem;
|
||||
border-radius: 1rem;
|
||||
border: $standard-border-width solid rgba(black, 0.3);
|
||||
|
||||
&.suspended {
|
||||
background-color: lighten(yellow, 30%);
|
||||
color: darken(yellow, 30%);
|
||||
}
|
||||
|
||||
&.complete {
|
||||
background-color: lighten(green, 50%);
|
||||
color: darken(green, 10%);
|
||||
}
|
||||
|
||||
&.ongoing {
|
||||
background-color: lighten(lightblue, 10%);
|
||||
color: darken(lightblue, 60%);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user