12 lines
154 B
SCSS
12 lines
154 B
SCSS
#notification_alert {
|
|
position: fixed;
|
|
top: 20px;
|
|
right: -250px;
|
|
|
|
z-index: 1000;
|
|
|
|
width: 250px;
|
|
height: 80px;
|
|
|
|
border: solid #000000 1px;
|
|
}
|