2017-08-30 11:12:58 +02:00
|
|
|
span.notifications {
|
|
|
|
position: absolute;
|
|
|
|
width: 8px;
|
|
|
|
height: 8px;
|
|
|
|
border-radius: 4px;
|
2024-10-15 16:23:55 +02:00
|
|
|
background-color: var(--background-flat-warning);
|
2017-08-30 11:12:58 +02:00
|
|
|
}
|
2023-11-16 14:06:05 +01:00
|
|
|
|
2024-04-16 15:57:25 +02:00
|
|
|
.fr-tabs__list span.notifications {
|
2023-11-16 14:06:05 +01:00
|
|
|
z-index: 2;
|
|
|
|
top: 5px;
|
|
|
|
right: 8px;
|
|
|
|
}
|
2023-10-31 10:50:28 +01:00
|
|
|
|
|
|
|
.fr-nav {
|
|
|
|
&__notifiable {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notifications {
|
|
|
|
top: 1rem;
|
|
|
|
right: 0.25rem;
|
|
|
|
}
|
|
|
|
}
|