Merge pull request #47785 from sftim/20240904_tidy_docs_portal_cards
Revise docs landing page (Docsy alignment)pull/47795/head
commit
2c62b6b6f7
|
@ -94,7 +94,7 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
.button {
|
.button, .portal-button {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
padding: 6px 20px;
|
padding: 6px 20px;
|
||||||
|
|
|
@ -20,12 +20,9 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</ul>
|
</ul>
|
||||||
{{ if .button }}
|
{{- if .button -}}
|
||||||
<br>
|
<button class="portal-button" id="btn-{{ replace .title " " "-" | lower }}" onClick="location.href='{{ .button_path | relLangURL }}';" aria-label="{{ .title }}">{{ .button }}</button>
|
||||||
<button id="btn-concepts" class="button" onClick="location.href='{{ .button_path | relLangURL }}';" aria-label="{{ .title }}">{{ .button }}</button>
|
{{- end -}}
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
{{ end }}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
Loading…
Reference in New Issue