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

13 lines
154 B
SCSS
Raw Normal View History

#notification-alert {
position: fixed;
top: 20px;
right: -250px;
z-index: 1000;
width: 250px;
height: 80px;
2017-04-11 16:36:03 +02:00
border: solid #000000 1px;
2017-04-04 15:27:04 +02:00
}