UX: Made sloan transparent -> now working in night theme (#2353)

* UX: Made sloan transparent -> now working in night theme

* FIX: Added fallback for color
This commit is contained in:
Tim Lange 2019-04-10 17:01:40 +02:00 committed by Ben Halpern
parent 4ca70f202e
commit cd34243a14
2 changed files with 2 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 MiB

After

Width:  |  Height:  |  Size: 465 KiB

View file

@ -329,6 +329,7 @@
.no-articles {
text-align: center;
background: white;
background: var(--theme-container-accent-background, white);
padding: 2vw 3vw 6vw;
box-shadow: $shadow;
border-radius: 3px;
@ -348,9 +349,9 @@
margin: auto;
}
img {
margin-top: 30px;
width: 90%;
max-width: 270px;
min-height: 350px;
}
}
}