demarches-normaliennes/app/assets/stylesheets/notifications.scss
2021-02-02 15:26:11 +01:00

9 lines
144 B
SCSS

@import "colors";
span.notifications {
position: absolute;
width: 8px;
height: 8px;
border-radius: 4px;
background-color: $orange;
}