mirror of https://github.com/requarks/wiki
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
304 B
24 lines
304 B
8 years ago
|
#alerts {
|
||
|
position: fixed;
|
||
|
top: 60px;
|
||
|
right: 10px;
|
||
|
width: 350px;
|
||
|
z-index: 2;
|
||
|
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;
|
||
|
}
|
||
|
|
||
|
}
|