Thumbnail background; notification positioning

This commit is contained in:
James Barnsley
2019-08-01 14:47:39 +12:00
parent 841f0b5c25
commit 0b3146c029
6 changed files with 11 additions and 5 deletions

View File

@ -2,7 +2,7 @@
.notifications {
position: fixed;
bottom: 65px;
bottom: 75px;
right: 15px;
z-index: 97;
pointer-events: none;

View File

@ -71,6 +71,10 @@
margin: 8px;
margin-right: 12px;
&__image {
background-color: colour(faint_grey);
}
&:before {
@include animate();
display: block;