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.
 
 
 
 

22 lines
362 B

.geo-info > div {
display: flex;
align-items: end;
margin-top: 0.5em;
}
.geo-info > div:first-of-type,
.geo-info > div.empty {
margin-top: 0;
}
.geo-info > div > .icon {
width: 15px;
height: 15px;
margin-right: 0.5em;
}
.geo-info > div > i.icon {
display: flex;
}
.geo-info > div > i.icon::before {
margin: auto;
}
.geo-info > div > .value {
}