You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
163 B
Plaintext

10 years ago
.alert-window {
position: fixed;
width: 300px;
z-index: 10002;
right: 20px;
bottom: 0px;
10 years ago
.alert {
img {
float: left;
padding-right: 10px;
}
10 years ago
}
}