2020-05-07 06:01:35 -07:00
|
|
|
.inbox-entry {
|
|
|
|
&--new {
|
|
|
|
box-shadow: 0 0.125rem 0.25rem var(--primary);
|
|
|
|
|
|
|
|
.card-header {
|
|
|
|
background-color: var(--primary);
|
|
|
|
color: RGB(var(--primary-text));
|
|
|
|
|
2020-05-09 02:41:24 -07:00
|
|
|
a {
|
|
|
|
color: RGB(var(--primary-text));
|
2021-08-12 14:14:05 -07:00
|
|
|
|
|
|
|
&.dropdown-item {
|
|
|
|
color: inherit;
|
|
|
|
}
|
2020-05-09 02:41:24 -07:00
|
|
|
}
|
|
|
|
|
2020-05-07 06:01:35 -07:00
|
|
|
.text-muted {
|
|
|
|
color: RGBA(var(--primary-text), 0.8) !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|