2016-08-24 01:09:09 +00:00
|
|
|
#alerts {
|
|
|
|
position: fixed;
|
|
|
|
top: 60px;
|
|
|
|
right: 10px;
|
|
|
|
width: 350px;
|
2016-09-05 23:23:49 +00:00
|
|
|
z-index: 10;
|
2016-08-24 01:09:09 +00:00
|
|
|
text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
|
|
|
|
|
|
|
|
.notification {
|
|
|
|
animation: 0.5s ease slideInRight;
|
|
|
|
margin-top: 5px;
|
|
|
|
|
|
|
|
&.exit {
|
|
|
|
animation: 0.5s ease fadeOutRight;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 500;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|