✨
This commit is contained in:
10
pokemon.css
10
pokemon.css
@@ -18,6 +18,7 @@
|
||||
height: 100px;
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
border-bottom: #5e0000;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .charInfo {
|
||||
width: 500px;
|
||||
@@ -122,6 +123,7 @@
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
width: 200px;
|
||||
border-right: #5e0000;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .imgBox {
|
||||
height: 165px;
|
||||
@@ -138,13 +140,17 @@
|
||||
border-top: 40px solid #b0b0b0;
|
||||
border-left: 40px solid #c00d0d;
|
||||
height: 0;
|
||||
float: left;
|
||||
left: 20px;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
}
|
||||
.pokemon.sheet.characterSheet .charImg {
|
||||
height: 95px;
|
||||
width: 174px;
|
||||
max-height: 95px;
|
||||
max-width: 174px;
|
||||
height: auto;
|
||||
width: auto;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 9px;
|
||||
background-color: #fff;
|
||||
|
||||
Reference in New Issue
Block a user