demarches-normaliennes/app/assets/stylesheets/notification_alert.scss
2017-04-04 16:59:38 +02:00

12 lines
152 B
SCSS

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