6 lines
75 B
SCSS
6 lines
75 B
SCSS
|
.notification {
|
||
|
right: 0;
|
||
|
bottom: 0;
|
||
|
display: flex;
|
||
|
width: 320px;
|
||
|
}
|