6369
редагувань
Admin (обговорення | внесок) Немає опису редагування |
Admin (обговорення | внесок) Немає опису редагування |
||
| (Не показані 3 проміжні версії цього користувача) | |||
| Рядок 738: | Рядок 738: | ||
/* ============================================================ 19. ГЕРОЇ */ | /* ============================================================ 19. ГЕРОЇ */ | ||
.mcc-heroes-list { padding-top: | .mcc-heroes-list { padding-top: 0px !important; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0; } | ||
.mcc-heroes-list li { margin: 0; padding: 0; width: calc((100% - 32px) / 5); } | .mcc-heroes-list li { margin: 0; padding: 0; width: calc((100% - 32px) / 5); } | ||
.mcc-hero-card { position: relative; display: block; width: 100%; overflow: hidden; background: #1a1a2e; transition: transform .2s, box-shadow .2s; } | .mcc-hero-card { position: relative; display: block; width: 100%; overflow: hidden; background: #1a1a2e; transition: transform .2s, box-shadow .2s; } | ||
| Рядок 1782: | Рядок 1782: | ||
list-style: none !important; | list-style: none !important; | ||
margin: 0 !important; | margin: 0 !important; | ||
padding: | padding: 0px !important; | ||
display: grid !important; | display: grid !important; | ||
grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)) !important; | grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)) !important; | ||
| Рядок 1848: | Рядок 1848: | ||
text-align: right !important; | text-align: right !important; | ||
font-size: 12px !important; | font-size: 12px !important; | ||
color: | color: #e8e5f0; font-weight: 600; | ||
} | } | ||
| Рядок 1966: | Рядок 1966: | ||
/* Champion names in Seasons panel — orange like prize money */ | /* Champion names in Seasons panel — orange like prize money */ | ||
.mcc-home-grid .mcc-home-panel:nth-child(1) .mcc-champ-name { | .mcc-home-grid .mcc-home-panel:nth-child(1) .mcc-champ-name { | ||
color: | color: #e8e5f0; font-weight: 600; | ||
} | } | ||