Template:Tag/styles.css: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
border-right: 1px solid var( --border-color-base ); | border-right: 1px solid var( --border-color-base ); | ||
margin-right: 0.25em; | margin-right: 0.25em; | ||
} | |||
.tag-contaner + .tag-container { | |||
margin-left: 0.5em; | |||
} | } | ||
Revision as of 18:57, 26 December 2024
.tag-container {
user-select: none;
border: 1px solid var( --border-color-base );
border-radius: var( --border-radius--medium );
padding-left: 0.25em;
padding-right: 0.25em;
}
.tag-symbol {
padding-right: 0.25em;
border-right: 1px solid var( --border-color-base );
margin-right: 0.25em;
}
.tag-contaner + .tag-container {
margin-left: 0.5em;
}