Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Hatnote/styles.css

From Fiend's Outlands Wiki
Revision as of 13:33, 15 January 2025 by Fiend (talk | contribs) (Created page with ".hatnote-container { display: flex; align-items: center; padding: var( --space-sm ) var( --space-md ); margin-block: var( --space-md ); background: var( --color-surface-2 ); border: 1px solid var( --border-color-base ); border-radius: var( --border-radius-medium ); font-size: var( --font-size-small ); line-height: var( --line-height-xx-small ); } .hatnote-icon img { display: block; width: var( --font-size-small ); height:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.hatnote-container {
    display: flex;
    align-items: center;
    padding: var( --space-sm ) var( --space-md );
    margin-block: var( --space-md );
    background: var( --color-surface-2 );
    border: 1px solid var( --border-color-base );
    border-radius: var( --border-radius-medium );
    font-size: var( --font-size-small );
    line-height: var( --line-height-xx-small );
}

.hatnote-icon img {
    display: block;
    width: var( --font-size-small );
    height: auto;
    margin-right: var( --space-xs );
    opacity: var( --opacity-icon-base );
    filter: var( --filter-invert );
}