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 {
|
||||
position: absolute;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
border-radius: 4px;
|
||||
background-color: $orange;
|
||||
background-color: var(--background-flat-warning);
|
||||
}
|
||||
|
||||
.fr-tabs__list span.notifications {
|
||||
|
|
Loading…
Reference in a new issue