mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 21:07:27 +00:00
38 lines
644 B
CSS
38 lines
644 B
CSS
.Win {
|
|
background-image: linear-gradient(90deg, rgba(1, 97, 28, 0.3) 0%, rgba(44, 82, 130, 0) 45%);
|
|
}
|
|
|
|
.Fail {
|
|
background-image: linear-gradient(90deg, rgba(140, 0, 0, 0.3) 0%, rgba(44, 82, 130, 0) 45%);
|
|
}
|
|
|
|
.Remake {
|
|
background-image: linear-gradient(90deg, rgba(233, 169, 75, 0.3) 0%, rgba(44, 82, 130, 0) 45%);
|
|
}
|
|
|
|
.ban::after {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 50%;
|
|
width: calc(100% + 1px);
|
|
height: 2px;
|
|
transform: rotate(-45deg);
|
|
}
|
|
|
|
.ban-blue::after {
|
|
background: #38b2ac;
|
|
}
|
|
|
|
.ban-red::after {
|
|
background: #f56565;
|
|
}
|
|
|
|
.ban-img {
|
|
filter: grayscale(100%);
|
|
}
|
|
|
|
.ban-order {
|
|
left: -7px;
|
|
top: -5px;
|
|
}
|