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

10 lines
144 B
SCSS
Raw Normal View History

2017-08-30 11:12:58 +02:00
@import "colors";
span.notifications {
position: absolute;
width: 8px;
height: 8px;
border-radius: 4px;
background-color: $orange;
}