mirror of
https://github.com/HSLdevcom/digitransit-ui
synced 2025-07-05 16:30:37 +02:00
25 lines
458 B
SCSS
25 lines
458 B
SCSS
.zone-icon-container {
|
|
.circle {
|
|
display: flex;
|
|
justify-content: center;
|
|
width: 0.875rem;
|
|
height: 0.875rem;
|
|
border-radius: 50%;
|
|
font-size: 12px;
|
|
color: #fff;
|
|
letter-spacing: 0;
|
|
padding: 0 2px 0 2px;
|
|
line-height: 1.2;
|
|
background: $primary-color;
|
|
font-weight: $font-weight-medium;
|
|
|
|
&.multi-letter {
|
|
border-radius: 10px;
|
|
width: max-content;
|
|
}
|
|
}
|
|
|
|
.unknown {
|
|
text-align: center;
|
|
}
|
|
}
|