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

Материал из SS220 SS14 WIKI
Версия от 11:23, 6 марта 2024; Vinogradgarden (обсуждение | вклад) (Новая страница: «.hatnote-container { display: flex; align-items: center; padding: calc(0.75 * 1rem) 1rem; margin-top: calc(0.5 * 1rem); margin-bottom: 1rem; background: hsl(210,17%,98%); →‎--border-radius--medium: border-radius: 8px; →‎--border-radius--medium: color: #72777d; →‎--color-base--subtle: font-size: 0.875rem; →‎--font-size-small: line-height: 1.25; →‎--line-height-xs: } .hatnote-icon img { width: 0.875re...»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
.hatnote-container {
    display: flex;
    align-items: center;
    padding: calc(0.75 * 1rem) 1rem;
    margin-top: calc(0.5 * 1rem);
    margin-bottom: 1rem;
    background: hsl(210,17%,98%); /* --border-radius--medium */
    border-radius: 8px; /* --border-radius--medium */
    color: #72777d; /* --color-base--subtle */
    font-size: 0.875rem; /* --font-size-small */
    line-height: 1.25; /* --line-height-xs */
}

.hatnote-icon img {
    width: 0.875rem; /* --font-size-small */
    height: auto;
    margin-right: calc(0.5 * 1rem);
    opacity: 0.6; /* --opacity-icon-base */
    filter: invert(1) hue-rotate(180deg); /* --filter-invert */
}