Skip to content

Commit 4151f7d

Browse files
author
Rachel Nabors
authored
Revert "Adding banner for docs survey, please remove in 2 weeks (#1263)" (#1299)
This reverts commit c549569.
1 parent 83f7e3d commit 4151f7d

3 files changed

Lines changed: 0 additions & 48 deletions

File tree

website/siteConfig.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ const siteConfig = {
8181
'https://buttons.github.io/buttons.js',
8282
baseUrl + 'js/codeblocks.js',
8383
baseUrl + 'js/tabs.js',
84-
baseUrl + 'js/2019_docs-survey.js',
8584
],
8685
cleanUrl: true,
8786
scrollToTop: true,

website/static/css/header.css

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -182,40 +182,3 @@ input#search_input_react {
182182
input#search_input_react:focus {
183183
background-color: $light;
184184
}
185-
186-
/* 2019_docs-survey */
187-
.callout_docs-survey-2019-2 {
188-
background-color: rgba(5, 165, 209, 0.25);
189-
border-radius: 0.15em;
190-
color: #001217;
191-
display: block;
192-
margin: 1em 0;
193-
position: relative;
194-
padding: 1em 2em 1em 3.5em;
195-
transition: transform 300ms ease-out;
196-
}
197-
198-
.callout_docs-survey-2019-2 svg {
199-
fill: rgba(5, 165, 209, 1);
200-
height: 2em;
201-
width: 2em;
202-
position: absolute;
203-
top: 0.75em;
204-
left: 1em;
205-
}
206-
207-
.callout_docs-survey-2019-2:link,
208-
.callout_docs-survey-2019-2:visited {
209-
color: #001217;
210-
}
211-
212-
.callout_docs-survey-2019-2:hover,
213-
.callout_docs-survey-2019-2:active,
214-
.callout_docs-survey-2019-2:focus {
215-
color: #001217;
216-
transform: translate(0.1em, 0.1em);
217-
}
218-
219-
.callout_docs-survey-2019-2 span {
220-
text-decoration: underline;
221-
}

website/static/js/2019_docs-survey.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)