demarches-normaliennes/app/assets/stylesheets/notifications.scss

30 lines
431 B
SCSS
Raw Normal View History

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
}
.fr-tabs__list span.notifications {
z-index: 2;
top: 5px;
right: 8px;
}
.fr-nav {
&__notifiable {
position: relative;
}
.fr-nav__link + .notifications {
top: 1rem;
right: 0.25rem;
}
.fr-nav__btn .notifications {
top: 0;
right: -0.25rem;
}
}