Tracker made in React for keeping track of HP and MP and so on.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
fabula-ultima-react/src/ui/TurnTimer.css

20 lines
320 B

.turnTimer {
min-width: 320px;
color: white;
text-shadow: 1px 1px 3px black;
}
.turnTimerTitle {
font-size: 25px;
text-align: center;
margin: 0;
user-select: none;
}
.turnTimerTime {
margin: 0;
font-size: 60px;
text-align: center;
font-weight: bold;
user-select: none;
}