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="child-element">
|
||||
{{ 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 }}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -266,12 +266,13 @@ blockquote.location p { padding: inherit; }
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.map-button {
|
||||
.button {
|
||||
color: var(--fg);
|
||||
background-color: var(--acc-1);
|
||||
padding: 5px;
|
||||
border: solid 3px var(--acc-1);
|
||||
border-radius: 8px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.map {
|
||||
@ -318,7 +319,7 @@ blockquote.location p { padding: inherit; }
|
||||
display: block;
|
||||
}
|
||||
|
||||
.map-button {
|
||||
.button {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user