mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-20 03:56:04 +01:00
22 lines
No EOL
397 B
SCSS
22 lines
No EOL
397 B
SCSS
.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;
|
|
}
|
|
}
|
|
|
|
.text-muted {
|
|
color: RGBA(var(--primary-text), 0.8) !important;
|
|
}
|
|
}
|
|
}
|
|
} |