Skip to content

Commit

Permalink
change victory banner
Browse files Browse the repository at this point in the history
  • Loading branch information
Argn0 committed Feb 14, 2019
1 parent 31a8da2 commit 8be8c8b
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion src/components/Match/MatchHeader/MatchHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,29 @@ const Styled = styled.header`
}
padding: 20px 0 10px;
font-size: 28px;
filter: drop-shadow(0 0 20px ${constants.colorYelor});
@media only screen and (max-width: 1023px) {
text-align: center;
margin: 10px 0;
}
& > span {
padding-bottom: 5px;
letter-spacing: 1px;
}
&.radiant > span {
background: linear-gradient(to right,rgba(167, 195, 42, 0) 0%,
rgba(129, 146, 60, 0) 5%,rgba(19,82,44,0.3) 50%,
rgba(96, 236, 8, 0.05) 87%, rgba(255,255,255,0) 100%);
}
&.dire > span {
background: linear-gradient(to right,rgba(117,132,52,0) 0%,
rgba(129,146,60,0) 5%,rgba(111,34,26,0.3) 50%,
rgba(255, 71, 0, 0.05) 87%, rgba(255,255,255,0) 100%);
}
& svg {
width: 32px;
height: 32px;
Expand Down

0 comments on commit 8be8c8b

Please sign in to comment.