Module:Note/styles.css: Difference between revisions
From Amaranth Legacy, available at amaranth-legacy.community
More actions
Content deleted Content added
Tesinormed (talk | contribs) m Tesinormed moved page Module:Hatnote/styles.css to Module:Note/styles.css without leaving a redirect |
Tesinormed (talk | contribs) No edit summary |
||
| Line 5: | Line 5: | ||
margin-top: var( --space-xs ); |
margin-top: var( --space-xs ); |
||
margin-bottom: var( --space-md ); |
margin-bottom: var( --space-md ); |
||
background: var( --color- |
background: var( --color-progressive ); |
||
border: 1px solid var( --border-color-base ); |
border: 1px solid var( --border-color-base ); |
||
border-radius: var( --border-radius--medium ); |
border-radius: var( --border-radius--medium ); |
||
color: var( --color- |
color: var( --color-inverted-primary ); |
||
font-size: var( --font-size-small ); |
font-size: var( --font-size-small ); |
||
line-height: var( --line-height-xs ); |
line-height: var( --line-height-xs ); |
||
Revision as of 00:34, 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( --color-progressive );
border: 1px solid var( --border-color-base );
border-radius: var( --border-radius--medium );
color: var( --color-inverted-primary );
font-size: var( --font-size-small );
line-height: var( --line-height-xs );
}
.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 );
}