forked from jakub/jakubb-hugo
rename map-button to button
This commit is contained in:
parent
ed080385e8
commit
be6204aa1e
@ -52,7 +52,7 @@
|
|||||||
<div class="grid-item">
|
<div class="grid-item">
|
||||||
<div class="child-element">
|
<div class="child-element">
|
||||||
{{ with $url }}
|
{{ with $url }}
|
||||||
<a class="map-button" href="{{ $url }}" target="_blank">See on Google Maps</a>
|
<a class="button" href="{{ $url }}" target="_blank">See on Google Maps</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -266,12 +266,13 @@ blockquote.location p { padding: inherit; }
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.map-button {
|
.button {
|
||||||
color: var(--fg);
|
color: var(--fg);
|
||||||
background-color: var(--acc-1);
|
background-color: var(--acc-1);
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border: solid 3px var(--acc-1);
|
border: solid 3px var(--acc-1);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.map {
|
.map {
|
||||||
@ -318,7 +319,7 @@ blockquote.location p { padding: inherit; }
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.map-button {
|
.button {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user