Css centered the range input in weapon

This commit is contained in:
Vlyan
2022-03-28 13:55:44 +02:00
parent 98ce77774f
commit e9b289d4a6
3 changed files with 7 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -369,6 +369,11 @@
width: 100%;
}
}
.stats {
input[type="text"] {
text-align: center;
}
}
.value {
flex: 0 0 calc(25% - 0.5rem);
}