(Created page with ".statusnote { display: flex; align-items: center; padding: 5px 7px; margin-top: 0.3rem; margin-bottom: 0.4rem; background: var( --color-surface-2 ); border-radius: var( --border-radius--medium ); color: var( --color-base--subtle ); font-size: 0.875rem; line-height: 1; }") |
No edit summary |
||
Line 5: | Line 5: | ||
margin-top: 0.3rem; | margin-top: 0.3rem; | ||
margin-bottom: 0.4rem; | margin-bottom: 0.4rem; | ||
background: | background: #24313b; | ||
border-radius: var( --border-radius--medium ); | border-radius: var( --border-radius--medium ); | ||
color: var( --color-base--subtle ); | color: var( --color-base--subtle ); |
Latest revision as of 01:57, 13 February 2023
.statusnote { display: flex; align-items: center; padding: 5px 7px; margin-top: 0.3rem; margin-bottom: 0.4rem; background: #24313b; border-radius: var( --border-radius--medium ); color: var( --color-base--subtle ); font-size: 0.875rem; line-height: 1; }