You are here

associative-element.css in Map Widget 8

div.map-associative-element {
  border: 1px solid #c0c0c0;
  padding: 0 5px;
}

.map-associative--value,
.map-associative--key {
  margin-left: 5px;
}

@media all and (min-width: 886px) {
  div.map-associative-element {
    display: flex;
    border: none;
  }
  .map-associative--key {
    margin-left: 0;
  }
}

File

css/associative-element.css
View source
  1. div.map-associative-element {
  2. border: 1px solid #c0c0c0;
  3. padding: 0 5px;
  4. }
  5. .map-associative--value,
  6. .map-associative--key {
  7. margin-left: 5px;
  8. }
  9. @media all and (min-width: 886px) {
  10. div.map-associative-element {
  11. display: flex;
  12. border: none;
  13. }
  14. .map-associative--key {
  15. margin-left: 0;
  16. }
  17. }