Шаблон:LinkCard/styles.css: различия между версиями
Pok (обсуждение | вклад) Новая страница: «.link-card { display: inline-block; position: relative; min-width: 110px; text-align: center; border: var(--border-outset); border-radius: 0.3em; box-shadow: var(--box-shadow-medium); background: var(--background-color); transition: all 0.15s ease; } .link-card__image { position: relative; padding: 6px; align-content: center; } .link-card__name { position: relative; width: 100%; padding: 2px 4px; font-size: 0.8em; box-sizing: border-box;...» |
Pok (обсуждение | вклад) мНет описания правки |
||
| Строка 72: | Строка 72: | ||
text-align: left; | text-align: left; | ||
justify-content: center; | justify-content: center; | ||
box-shadow: var(--box-shadow); | |||
} | } | ||
| Строка 87: | Строка 87: | ||
.link-card__side .link-card__image { | .link-card__side .link-card__image { | ||
padding: 4px; | padding: 4px; | ||
min-width: calc(32px - 4px); | |||
min-height: calc(32px - 4px); | |||
text-align: center; | |||
} | } | ||