fix(frontend): alinhar stats e adicionar modais de pontuacao clicaveis
This commit is contained in:
@@ -226,6 +226,17 @@
|
|||||||
.stat {
|
.stat {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
min-width: 78px;
|
min-width: 78px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.stat-value,
|
||||||
|
.score-value {
|
||||||
|
height: 36px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stat-value {
|
.stat-value {
|
||||||
|
|||||||
Reference in New Issue
Block a user