demarches-normaliennes/app/assets/stylesheets/notification_alert.scss
2017-04-20 10:35:53 +02:00

12 lines
154 B
SCSS

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