Mudanças entre as edições de "Predefinição:Reward/styles.css"

De Wiki Gla
Ir para navegação Ir para pesquisar
Linha 35: Linha 35:
.item-count {
.item-count {
     position: absolute;
     position: absolute;
     bottom: -4px; /* ajusta pra sair da imagem */
     bottom: 2px;
     right: -4px;
     right: 2px;
     font-size: 10px;
     font-size: 10px;
     font-weight: bold;
     font-weight: bold;
Linha 45: Linha 45:
     line-height: 1;
     line-height: 1;
     box-shadow: 0 0 2px #000;
     box-shadow: 0 0 2px #000;
    white-space: nowrap;
    z-index: 1;
}
}

Edição das 01h09min de 5 de junho de 2025

.reward-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: 'Inter', sans-serif;
    margin: 8px 0;
    gap: 6px;
}

.reward-title {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #444;
    margin-bottom: 4px;
}

.reward-items {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.item-wrapper {
    position: relative;
    display: inline-block;
}

.item-wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

.item-count {
    position: absolute;
    bottom: 2px;
    right: 2px;
    font-size: 10px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 1px 4px;
    border-radius: 4px;
    line-height: 1;
    box-shadow: 0 0 2px #000;
    white-space: nowrap;
    z-index: 1;
}