Шаблон:ТаблицаРолей/Роль/styles.css

Материал из SUNRISE WIKI
/* Основные стили карточки */
.cardRole {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    min-width: 190px;
    padding: 2px;
    border-radius: 6px;
    min-height: 36px;
    box-sizing: border-box;
}

/* Заголовок карточки */
.card_headerRole {
    border-radius: 3px;
    text-align: center;
}

.card_header_titleRole {
    padding: 0 3px;
}

.card_header_titleRole p {
    margin: 6px 0;
}

.title_textRole {
    color: white;
}

/* Область изображения */
.card_imageRole {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

.fixed_imageRole {
    padding: 0 64px;
}