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

41 lines
488 B
CSS
Raw Normal View History

2022-10-10 12:14:25 +00:00
.playerStatsContainer {
display: flex;
2022-10-10 17:38:06 +00:00
margin-left: 5px;
margin-top: 5px;
2022-10-10 12:14:25 +00:00
}
.playerStatsContainer p {
font-size: xx-large;
2022-10-11 12:51:48 +00:00
line-height: 1.2em;
2022-10-10 12:14:25 +00:00
}
.playerCountry {
display: flex;
line-height: normal;
}
.playerCountry span {
2022-10-11 12:51:48 +00:00
margin-top: 5px;
2022-10-10 12:14:25 +00:00
}
.playerCountry p {
margin: 0 6px 0 0;
}
.playerCountryIcon {
2022-10-11 12:54:59 +00:00
margin-top: 4px;
2022-10-10 12:14:25 +00:00
border-radius: 30%;
}
.playerAvatar {
border-radius: 5%;
}
.playerStats {
display: block;
margin-left: 10px;
}
.playerStats p {
2022-10-11 12:54:59 +00:00
font-size: 37px;
2022-10-10 12:14:25 +00:00
}