last notification border removed

This commit is contained in:
svetlagasheva 2019-10-14 17:28:07 +03:00
parent 196047f12b
commit 2bfd60cd92

View file

@ -7,7 +7,6 @@
display: flex;
flex-direction: row;
padding: 1rem;
border-bottom: thin solid var(--color-surfacelight);
background-color: var(--color-surfacelighter);
&:hover, &:focus {
@ -58,7 +57,6 @@
object-position: center;
}
}
}
.logo-image-container {
@ -135,4 +133,8 @@
}
}
}
&:not(:last-child) {
border-bottom: thin solid var(--color-surfacelight);
}
}