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