forked from MapComplete/MapComplete
Fix(UI): restore 'badge'-class in CSS
This commit is contained in:
parent
6a9677fc78
commit
7ce2c4d730
2 changed files with 24 additions and 8 deletions
|
@ -632,6 +632,18 @@ svg.apply-fill path {
|
|||
}
|
||||
|
||||
|
||||
.badge {
|
||||
/* Used in the search results for layers */
|
||||
display: flex;
|
||||
align-items: center;
|
||||
white-space: nowrap;
|
||||
border-radius: 999rem;
|
||||
padding-left: 0.25rem;
|
||||
padding-right: 0.25rem;
|
||||
border: 1px solid var(--low-interaction-border);
|
||||
background-color: var(--low-interaction-background);
|
||||
}
|
||||
|
||||
/************************* LEGACY MARKER - CLEANUP BELOW ********************************/
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue