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

Материал из SS220 SS14 WIKI
.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 */
}