Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
You must create an account or log in to edit.

Module:Note/styles.css: Difference between revisions

From Amaranth Legacy, available at amaranth-legacy.community
Content deleted Content added
No edit summary
No edit summary
Line 6: Line 6:
margin-bottom: var( --space-md );
margin-bottom: var( --space-md );
background: var( --background-color-progressive );
background: var( --background-color-progressive );
border-radius: var( --border-radius--medium );
color: var( --color-inverted-primary );
color: var( --color-inverted-primary );
font-size: var( --font-size-medium );
border-radius: var( --border-radius--medium );
line-height: var( --line-height );
}
}



Revision as of 04:12, December 9, 2024

.hatnote-container {
    display: flex;
    align-items: center;
    padding: var( --space-sm ) var( --space-md );
    margin-top: var( --space-xs );
    margin-bottom: var( --space-md );
    background: var( --background-color-progressive );
    color: var( --color-inverted-primary );
    border-radius: var( --border-radius--medium );
}

.hatnote-icon img {
    display: block;
    margin-right: var( --space-xs );
    filter: var( --filter-invert-fixed );
}