Шаблон:LinkCard/Сollapsible/styles.css: различия между версиями
Pok (обсуждение | вклад) м Замена текста — «--theme-bg-color-400» на «--theme-bg-color-350» |
Pok (обсуждение | вклад) мНет описания правки |
||
| Строка 9: | Строка 9: | ||
border: var(--border-outset); | border: var(--border-outset); | ||
border-radius: var(--border-radius-medium); | border-radius: var(--border-radius-medium); | ||
box-shadow: var(--box-shadow | box-shadow: var(--box-shadow); | ||
text-align: left; | text-align: left; | ||
} | } | ||
| Строка 15: | Строка 15: | ||
/* Название карточки */ | /* Название карточки */ | ||
.link-card--сollapsible .link-card--сollapsible__name { | .link-card--сollapsible .link-card--сollapsible__name { | ||
background: rgba( | background: rgba(var(--color-darkened--rgb), 0.13); | ||
padding: 4px 8px; | padding: 4px 8px; | ||
font-size: 0.9em; | font-size: 0.9em; | ||
| Строка 49: | Строка 49: | ||
position: relative !important; | position: relative !important; | ||
font-size: 14px; | font-size: 14px; | ||
background: | background: rgba(var(--color-darkened--rgb), 0.13); | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||