✨
This commit is contained in:
19
pokemon.css
19
pokemon.css
@@ -228,8 +228,8 @@
|
||||
display: flex;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .charHex {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
width: 65px;
|
||||
height: 65px;
|
||||
background-color: #30da0c;
|
||||
color: black;
|
||||
border: black;
|
||||
@@ -242,7 +242,7 @@
|
||||
-moz-border-radius: 10px;
|
||||
-o-border-radius: 10px;
|
||||
padding: 5px;
|
||||
margin: 10px;
|
||||
margin: 15px 10px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
@@ -250,19 +250,20 @@
|
||||
text-align: center;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .charHPCurrent {
|
||||
width: 70px;
|
||||
height: 70px;
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
margin-left: 20px;
|
||||
margin-right: 0px;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .charHPMax {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .charHexValue {
|
||||
font-size: 20px;
|
||||
font-size: 25px;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .hpValue {
|
||||
font-size: 30px;
|
||||
font-size: 40px;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .hpMaxValue {
|
||||
font-size: 18px;
|
||||
|
||||
Reference in New Issue
Block a user