Skip to content

Commit

Permalink
Revert "Adding banner for docs survey, please remove in 2 weeks (face…
Browse files Browse the repository at this point in the history
…book#1263)" (facebook#1299)

This reverts commit c549569.
  • Loading branch information
rachelnabors authored Oct 1, 2019
1 parent 83f7e3d commit 4151f7d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 48 deletions.
1 change: 0 additions & 1 deletion website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ const siteConfig = {
'https://buttons.github.io/buttons.js',
baseUrl + 'js/codeblocks.js',
baseUrl + 'js/tabs.js',
baseUrl + 'js/2019_docs-survey.js',
],
cleanUrl: true,
scrollToTop: true,
Expand Down
37 changes: 0 additions & 37 deletions website/static/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,40 +182,3 @@ input#search_input_react {
input#search_input_react:focus {
background-color: $light;
}

/* 2019_docs-survey */
.callout_docs-survey-2019-2 {
background-color: rgba(5, 165, 209, 0.25);
border-radius: 0.15em;
color: #001217;
display: block;
margin: 1em 0;
position: relative;
padding: 1em 2em 1em 3.5em;
transition: transform 300ms ease-out;
}

.callout_docs-survey-2019-2 svg {
fill: rgba(5, 165, 209, 1);
height: 2em;
width: 2em;
position: absolute;
top: 0.75em;
left: 1em;
}

.callout_docs-survey-2019-2:link,
.callout_docs-survey-2019-2:visited {
color: #001217;
}

.callout_docs-survey-2019-2:hover,
.callout_docs-survey-2019-2:active,
.callout_docs-survey-2019-2:focus {
color: #001217;
transform: translate(0.1em, 0.1em);
}

.callout_docs-survey-2019-2 span {
text-decoration: underline;
}
10 changes: 0 additions & 10 deletions website/static/js/2019_docs-survey.js

This file was deleted.

0 comments on commit 4151f7d

Please sign in to comment.