Reading Profiles (#3845)
Co-authored-by: Joseph Milazzo <joseph.v.milazzo@gmail.com>
This commit is contained in:
parent
ea28d64302
commit
1856b01a46
67 changed files with 8118 additions and 1159 deletions
|
|
@ -0,0 +1,38 @@
|
|||
@use '../../../series-detail-common';
|
||||
|
||||
|
||||
|
||||
.group-item {
|
||||
background-color: transparent;
|
||||
|
||||
&:hover {
|
||||
background-color: var(--card-bg-color);
|
||||
border-radius: 5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
&:active, &.active {
|
||||
background-color: var(--card-bg-color);
|
||||
border-radius: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.pill {
|
||||
font-size: .8rem;
|
||||
background-color: var(--card-bg-color);
|
||||
border-radius: 0.375rem;
|
||||
color: var(--badge-text-color);
|
||||
|
||||
&.active {
|
||||
background-color : var(--primary-color);
|
||||
}
|
||||
}
|
||||
|
||||
.custom-position {
|
||||
right: 15px;
|
||||
top: -42px;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue