wochenbericht-manager/src_less/notify.less

19 lines
385 B
Plaintext

#notify-center{
position: fixed;
bottom: 0;
right: 0;
width: 0;
height: 0;
background-color:#FFF;
.notification{
width: 200px;
position: absolute;
bottom: 0;
right: 0;
margin: 5px;
padding: 5px;
border: 1px solid #454545;
box-shadow: 1px 2px 3px rgba(69, 69, 69, 0.34901960784313724);
}
}