Retrospring/app/javascript/styles/components/_inbox-entry.scss

22 lines
397 B
SCSS
Raw Normal View History

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));
a {
color: RGB(var(--primary-text));
&.dropdown-item {
color: inherit;
}
}
2020-05-07 06:01:35 -07:00
.text-muted {
color: RGBA(var(--primary-text), 0.8) !important;
}
}
}
}