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

  1. .geo-info > div {
  2. display: flex;
  3. align-items: end;
  4. margin-top: 0.5em;
  5. }
  6. .geo-info > div:first-of-type,
  7. .geo-info > div.empty {
  8. margin-top: 0;
  9. }
  10. .geo-info > div > .icon {
  11. width: 15px;
  12. height: 15px;
  13. margin-right: 0.5em;
  14. }
  15. .geo-info > div > i.icon {
  16. display: flex;
  17. }
  18. .geo-info > div > i.icon::before {
  19. margin: auto;
  20. }
  21. .geo-info > div > .value {
  22. }