You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
.map_breadcrumb { |
|
display: flex; |
|
list-style-type: none; |
|
margin: 0; |
|
} |
|
.map_breadcrumb li { |
|
font-size: 20px; |
|
cursor: pointer; |
|
color: #fff; |
|
} |
|
.map_breadcrumb li:last-child { |
|
color: #0067d3; |
|
}
|
|
|