This repository has been archived on 2023-11-06. You can view files and clone it, but cannot push or open issues or pull requests.
beatsaber-overlay/styles/playerStats.module.css
2022-10-10 13:14:25 +01:00

41 lines
505 B
CSS

.playerStatsContainer {
display: flex;
margin-left: -5px;
margin-top: -5px;
}
.playerStatsContainer p {
font-size: xx-large;
line-height: 1.4em !important;
}
.playerCountry {
display: flex;
line-height: normal;
}
.playerCountry span {
margin-top: 3px;
}
.playerCountry p {
margin: 0 6px 0 0;
}
.playerCountryIcon {
margin-top: 7px;
border-radius: 30%;
}
.playerAvatar {
border-radius: 5%;
}
.playerStats {
display: block;
margin-left: 10px;
}
.playerStats p {
font-size: xx-large;
}