mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
54 lines
No EOL
706 B
CSS
54 lines
No EOL
706 B
CSS
.search {
|
|
background: #ebebeb;
|
|
}
|
|
|
|
.search .container {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
padding: 32px 0;
|
|
}
|
|
|
|
.player {
|
|
text-align: center;
|
|
margin: 16px auto;
|
|
width: 400px;
|
|
border: 1px solid #ebebeb;
|
|
padding: 16px;
|
|
}
|
|
|
|
.player__pp {
|
|
width: 75px;
|
|
height: 75px;
|
|
background: #ebebeb;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.player__rank-img {
|
|
width: 75px;
|
|
height: 75px;
|
|
background: #ebebeb;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.list-matches {
|
|
list-style-type: none;
|
|
padding: 0;
|
|
}
|
|
|
|
.list-matches li {
|
|
padding: 10px 0;
|
|
background: #51D88A;
|
|
}
|
|
|
|
.list-matches li.lose {
|
|
background: #EF5753;
|
|
}
|
|
|
|
.champion-icon {
|
|
width: 48px;
|
|
height: 48px;
|
|
display: block;
|
|
margin: 0 auto;
|
|
} |