Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

Commit

Permalink
fix: topic image
Browse files Browse the repository at this point in the history
Change-Id: Iee4c1dacace6c88ab95818dcb3a326226433b4f5
  • Loading branch information
myml committed Aug 27, 2018
1 parent db7ca5d commit 80cf450
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/web/src/app/dstore/components/topic/topic.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
width: 100%;
height: 100%;
top: 0;
z-index: -1;
border-radius: 4px;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), inset 0 2px 0 0 rgba(255, 255, 255, 0.1);
z-index: 0;
}
&::after {
content: '';
width: 100%;
height: 100%;
position: absolute;
z-index: 0;
z-index: 1;
border-radius: 4px;
background-color: rgba(0, 0, 0, 0.2);
}
Expand All @@ -46,7 +46,7 @@
}
.title {
font-size: 20px;
z-index: 1;
z-index: 2;
color: white;
font-weight: bolder;
text-shadow: 0 0px 1px white, 0 0px 3px black;
Expand Down

0 comments on commit 80cf450

Please sign in to comment.