2017-08-30 11:12:58 +02:00
|
|
|
@import "colors";
|
|
|
|
|
|
|
|
span.notifications {
|
|
|
|
position: absolute;
|
|
|
|
width: 8px;
|
|
|
|
height: 8px;
|
|
|
|
border-radius: 4px;
|
|
|
|
background-color: $orange;
|
|
|
|
}
|
2023-11-16 14:06:05 +01:00
|
|
|
|
|
|
|
.fr-tabs__list span.notifications {
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
}
|