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

46 lines
562 B
CSS
Raw Normal View History

2022-10-10 12:14:25 +00:00
.scoreStats {
text-align: center;
2022-10-14 19:00:47 +00:00
position: absolute;
top: 0;
right: 0;
2022-10-10 12:14:25 +00:00
margin-right: 5px;
min-width: 135px;
2022-10-10 12:14:25 +00:00
}
.scoreStats p {
2022-10-11 13:22:01 +00:00
font-size: 38px;
2022-10-11 12:49:37 +00:00
line-height: 1.2em;
2022-10-10 12:14:25 +00:00
}
2022-10-11 13:22:01 +00:00
.scoreStatsLeft {
text-align: right;
}
2022-10-10 12:14:25 +00:00
.scoreStatsRight {
margin-right: 10px;
2022-10-11 13:22:01 +00:00
text-align: right;
2022-10-10 12:14:25 +00:00
}
.scoreStatsAverageCut {
font-weight: bold;
font-size: x-large;
}
.scoreStatsHands {
display: flex;
justify-content: center;
}
.scoreStatsHands p {
2022-10-11 13:22:01 +00:00
min-width: 68px;
2022-10-10 12:14:25 +00:00
}
.scoreStatsHands div {
padding-left: 10px;
}
.scoreStatsInfo {
margin-right: 10px;
text-align: right;
2022-10-14 19:00:47 +00:00
}