Enhance contrast of notification dot
This commit is contained in:
parent
d86673156f
commit
48f1cd4a4a
1 changed files with 1 additions and 3 deletions
|
@ -1,11 +1,9 @@
|
||||||
@import "colors";
|
|
||||||
|
|
||||||
span.notifications {
|
span.notifications {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 8px;
|
width: 8px;
|
||||||
height: 8px;
|
height: 8px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background-color: $orange;
|
background-color: var(--background-flat-warning);
|
||||||
}
|
}
|
||||||
|
|
||||||
.fr-tabs__list span.notifications {
|
.fr-tabs__list span.notifications {
|
||||||
|
|
Loading…
Reference in a new issue