This commit is contained in:
2025-08-03 12:30:48 +02:00
parent e935f3e12a
commit ac9aa8c6c8
5 changed files with 45 additions and 8 deletions

View File

@@ -17,6 +17,10 @@
width: 100%;
height: 100px;
display: flex;
justify-content: flex-start;
}
.pokemon.sheet.characterSheet .charInfo {
width: 500px;
}
.pokemon.sheet.characterSheet .inputText {
background-color: #30da0c;
@@ -49,9 +53,13 @@
margin-top: 5px;
width: 60%;
}
.pokemon.sheet.characterSheet .advancementBox {
margin-left: 20px;
}
.pokemon.sheet.characterSheet .lvlBox {
width: 50px;
height: 50px;
width: 60px;
height: 60px;
background-color: #30da0c;
color: black;
border: black;
box-shadow: 0 0 20px #003300 inset;
@@ -62,11 +70,20 @@
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
margin-bottom: 10px;
padding: 5px;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
}
.pokemon.sheet.characterSheet .expBox {
display: flex;
width: 50px;
justify-content: flex-start;
align-items: center;
width: 60px;
height: 30px;
background-color: #30da0c;
color: black;
border: black;
box-shadow: 0 0 20px #003300 inset;