Mudanças entre as edições de "Widget:Item"
Ir para navegação
Ir para pesquisar
m |
m |
||
| Linha 32: | Linha 32: | ||
display: block; | display: block; | ||
margin: 0 auto; | margin: 0 auto; | ||
} | |||
.item-icon-placeholder { | |||
display: inline-block; | |||
width: 28px; | |||
height: 28px; | |||
margin: 2px auto 0; | |||
border-radius: 4px; | |||
background: linear-gradient(135deg, #3a3a52 0%, #252536 100%); | |||
border: 1px solid rgba(120, 120, 180, 0.35); | |||
box-sizing: border-box; | |||
vertical-align: middle; | |||
} | } | ||
| Linha 141: | Linha 153: | ||
line-height: 1.5; | line-height: 1.5; | ||
text-align: center; | text-align: center; | ||
} | |||
.item-tooltip-level { | |||
display: block; | |||
font-size: 11px; | |||
color: #c8c8e0; | |||
text-align: center; | |||
margin-top: 6px; | |||
font-weight: 600; | |||
} | |||
.item-tooltip-passives { | |||
display: flex; | |||
flex-direction: column; | |||
gap: 10px; | |||
margin-top: 8px; | |||
width: 100%; | |||
} | |||
.item-tooltip-passive-row { | |||
display: flex; | |||
align-items: flex-start; | |||
gap: 10px; | |||
text-align: left; | |||
} | |||
.item-tooltip-passive-badge { | |||
flex-shrink: 0; | |||
width: 22px; | |||
height: 22px; | |||
border-radius: 50%; | |||
background: rgba(80, 120, 200, 0.35); | |||
border: 1px solid rgba(120, 160, 240, 0.5); | |||
color: #b8d4ff; | |||
font-size: 11px; | |||
font-weight: 700; | |||
line-height: 20px; | |||
text-align: center; | |||
} | |||
.item-tooltip-passive-text { | |||
flex: 1; | |||
font-size: 11px; | |||
color: #b0b0cc; | |||
line-height: 1.45; | |||
} | } | ||