mapcomplete/public/css/tagrendering.css

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

68 lines
1,014 B
CSS
Raw Normal View History

.mapping-icon-small-height {
/* A mapping icon type */
height: 1.5rem;
margin-right: 0.5rem;
width: unset;
2020-10-27 01:01:34 +01:00
}
.mapping-icon-medium-height {
/* A mapping icon type */
height: 3rem;
margin-right: 0.5rem;
width: unset;
}
2023-04-21 18:09:14 +02:00
.mapping-icon-large-height {
/* A mapping icon type */
height: 5rem;
margin-right: 0.5rem;
width: unset;
}
2020-10-27 01:01:34 +01:00
2024-06-18 17:55:47 +02:00
.mapping-icon-small-width {
width: 1.5rem;
}
.mapping-icon-medium-width {
width: 3rem;
}
.mapping-icon-large-width {
width: 5rem;
}
.mapping-icon-small {
/* A mapping icon type */
width: 2rem;
2024-07-29 14:39:56 +02:00
height: fit-content;
max-height: 2rem;
margin-right: 0.5rem;
2020-11-02 19:50:07 +01:00
}
.mapping-icon-medium {
/* A mapping icon type */
width: 3rem;
2024-07-29 14:39:56 +02:00
height: fit-content;
max-height: 3rem;
2024-07-29 14:39:56 +02:00
margin-right: 1rem
2020-10-27 01:01:34 +01:00
}
.mapping-icon-large {
/* A mapping icon type */
width: 6rem;
2024-07-29 14:39:56 +02:00
height: fit-content;
max-height: 5rem;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
margin-right: 1.5rem;
2020-10-27 01:01:34 +01:00
}
2021-01-07 04:50:12 +01:00