Открыть меню
Открыть персональное меню
Вы не представились системе
Your IP address will be publicly visible if you make any edits.

Модуль:Hatnote/styles.css

Материал из wiki.iccup.org
Версия от 17:29, 2 сентября 2024; DarkMuse (обсуждение | вклад) (Новая страница: «.hatnote-container { display: flex; align-items: center; padding: 12px 16px; →‎Replaced --space-sm and --space-md: margin-top: 8px; →‎Replaced --space-xs: margin-bottom: 16px; →‎Replaced --space-md: background: #f0f0f0; →‎Replaced --color-surface-2: border-radius: 8px; →‎Replaced --border-radius--medium: color: #666666; →‎Replaced --color-base--subtle: font-size: 12px; →‎Replaced --font-size-small: ...»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
.hatnote-container {
    display: flex;
    align-items: center;
    padding: 12px 16px; /* Replaced --space-sm and --space-md */
    margin-top: 8px; /* Replaced --space-xs */
    margin-bottom: 16px; /* Replaced --space-md */
    background: #f0f0f0; /* Replaced --color-surface-2 */
    border-radius: 8px; /* Replaced --border-radius--medium */
    color: #666666; /* Replaced --color-base--subtle */
    font-size: 12px; /* Replaced --font-size-small */
    line-height: 16px; /* Replaced --line-height-xs */
}

.hatnote-icon img {
    display: block;
    width: 12px; /* Replaced --font-size-small */
    height: auto;
    margin-right: 8px; /* Replaced --space-xs */
    opacity: 0.8; /* Replaced --opacity-icon-base */
    filter: invert(1); /* Replaced --filter-invert */
}