chore: rename docs to resources

This commit is contained in:
Jean-Philippe Sirois
2019-07-29 20:48:30 -04:00
parent a833613b21
commit 8f771e194e
20 changed files with 50 additions and 50 deletions
@@ -0,0 +1,18 @@
import styled from "styled-components"
import { Link } from "gatsby"
export const ResourcesSidebarWrapper = styled.div`
box-sizing: border-box;
padding: 0 16px;
flex: 0 0 300px;
`
export const PageLink = styled(Link)`
display: block;
padding: 4px 0;
color: #1c61df;
&.active {
font-weight: 700;
}
`