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/scoreStats.module.css
2022-10-14 20:00:47 +01:00

46 lines
562 B
CSS

.scoreStats {
text-align: center;
position: absolute;
top: 0;
right: 0;
margin-right: 5px;
min-width: 135px;
}
.scoreStats p {
font-size: 38px;
line-height: 1.2em;
}
.scoreStatsLeft {
text-align: right;
}
.scoreStatsRight {
margin-right: 10px;
text-align: right;
}
.scoreStatsAverageCut {
font-weight: bold;
font-size: x-large;
}
.scoreStatsHands {
display: flex;
justify-content: center;
}
.scoreStatsHands p {
min-width: 68px;
}
.scoreStatsHands div {
padding-left: 10px;
}
.scoreStatsInfo {
margin-right: 10px;
text-align: right;
}