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

12 lines
151 B
SCSS
Raw Normal View History

#notification_alert {
position: fixed;
top: 20px;
right: -250px;
z-index: 1000;
width: 250px;
height: 80px;
border: solid black 1px;
}