mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 01:09:20 +02:00
fix(v2): keep up with infima updates
This commit is contained in:
parent
9aa66ddac6
commit
2191fd662c
7 changed files with 13 additions and 26 deletions
|
@ -8,8 +8,6 @@
|
|||
import React, {useEffect} from 'react';
|
||||
import canny from '../../scripts/canny';
|
||||
|
||||
import styles from './styles.module.css';
|
||||
|
||||
const BOARD_TOKEN = '054e0e53-d951-b14c-7e74-9eb8f9ed2f91';
|
||||
|
||||
function Feedback() {
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
/**
|
||||
* Copyright (c) 2017-present, Facebook, Inc.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
.feedbackPage {
|
||||
margin: 64px auto;
|
||||
max-width: 1024px;
|
||||
}
|
|
@ -10,7 +10,7 @@
|
|||
}
|
||||
|
||||
.sectionAlt {
|
||||
background-color: #f5f6f7;
|
||||
background-color: var(--ifm-color-emphasis-inverse-alpha-30);
|
||||
}
|
||||
|
||||
.sectionInner {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue