mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
This commit is contained in:
parent
78914c40d0
commit
a79b07c749
9
docs/_static/hasura-custom.css
vendored
9
docs/_static/hasura-custom.css
vendored
@ -120,6 +120,15 @@ p {
|
||||
position: relative !important;
|
||||
font-size: 16px;
|
||||
}
|
||||
.newsletter-link,
|
||||
.newsletter-link:hover,
|
||||
.newsletter-link:visited {
|
||||
color: #001934 !important; /* override djangosite.css */
|
||||
display: block;
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
line-height: 16px;
|
||||
}
|
||||
.full-width {
|
||||
flex: 1;
|
||||
}
|
||||
|
1
docs/_theme/djangodocs/layout.html
vendored
1
docs/_theme/djangodocs/layout.html
vendored
@ -308,6 +308,7 @@
|
||||
<div id="mc_embed_signup">
|
||||
<div class="subscribe-form-content">
|
||||
Stay up to date with product & security news
|
||||
<a target="_blank" class="newsletter-link" href="https://us13.campaign-archive.com/home/?u=9b63e92a98ecdc99732456b0e&id=f5c4f66bcf" rel="noopener">See past editions</a>
|
||||
</div>
|
||||
<form action="https://hasura.us13.list-manage.com/subscribe/post?u=9b63e92a98ecdc99732456b0e&id=f5c4f66bcf" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate post-subscription-form mailchimp-form" target="_blank" rel="noopener" novalidate>
|
||||
<div class="full-width">
|
||||
|
Loading…
Reference in New Issue
Block a user