10 587
edições
Sem resumo de edição |
Sem resumo de edição |
||
Linha 2 027: | Linha 2 027: | ||
transition-duration: 0.3s !important; | transition-duration: 0.3s !important; | ||
transition: transform 0.3s, box-shadow 0.3s; | transition: transform 0.3s, box-shadow 0.3s; | ||
box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15); | box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15); | ||
} | } | ||
.square-box-pokedex img{ | .square-box-pokedex img{ | ||
width: | width: 80px; | ||
height: | height: 80px; | ||
max-width: 100%; | max-width: 100%; | ||
max-height: 100%; | max-height: 100%; | ||
margin-top: | margin-top: 5px; | ||
} | } | ||
Linha 2 050: | Linha 2 049: | ||
p.square-name-pokedex { | p.square-name-pokedex { | ||
margin: 0px 5px 0px 5px; | margin: 0px 5px 0px 5px; | ||
line-height: | line-height: 35px; | ||
font-size: 15px; | font-size: 15px; | ||
font-weight: bold; | font-weight: bold; | ||
Linha 2 072: | Linha 2 071: | ||
width: 200px; | width: 200px; | ||
position: absolute; | position: absolute; | ||
} | |||
.square-img-pokedex a img { | |||
width: 72px; | |||
height: 100%; | |||
} | } |