mirror of https://github.com/crossplane/docs.git
parent
c1c1cc386c
commit
37748344fa
|
@ -0,0 +1,8 @@
|
|||
.docs-survey {
|
||||
background-color: $linkWater !important;
|
||||
color: $gray-600;
|
||||
|
||||
a{
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
|
@ -47,4 +47,5 @@
|
|||
/* purgecss end ignore */
|
||||
@import "skippy";
|
||||
@import "clipboard-js";
|
||||
@import "fonts";
|
||||
@import "fonts";
|
||||
@import "survey";
|
|
@ -14,6 +14,9 @@
|
|||
|
||||
<main class="bd-main order-1">
|
||||
<div class="bd-intro pt-2 ps-lg-2">
|
||||
{{- if eq .Title "Overview"}}
|
||||
{{ partial "survey" . }}
|
||||
{{ end }}
|
||||
<div class="d-md-flex flex-md-row-reverse align-items-center justify-content-between">
|
||||
<div class="mb-3 mb-md-0 d-flex">
|
||||
{{ partial "version-dropdown-menu" . }}
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
<div class="docs-survey card mb-3 text-center col-10 mx-auto">
|
||||
<div class="card-body fs-4">
|
||||
Click to <a href="https://s.surveyplanet.com/uiuwwdxb">take the Crossplane user survey</a>. <br />Survey closes December 31.
|
||||
</div>
|
||||
</div>
|
Loading…
Reference in New Issue