styled osm link in map view
This commit is contained in:
parent
322fb0b683
commit
b4f5785ceb
643
adminstyles.css
643
adminstyles.css
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -226,10 +226,17 @@
|
||||||
.xarxaprod-associat-convos {
|
.xarxaprod-associat-convos {
|
||||||
}
|
}
|
||||||
.xarxaprod-associat-location {
|
.xarxaprod-associat-location {
|
||||||
.xarxaprod-associat-osm-link {
|
|
||||||
}
|
|
||||||
.xarxaprod-associat-osm-map {
|
.xarxaprod-associat-osm-map {
|
||||||
}
|
}
|
||||||
|
.xarxaprod-associat-osm-link {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: min-content auto;
|
||||||
|
align-items: center;
|
||||||
|
h6,p,a {
|
||||||
|
margin: 0.5em ;
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue