Skip to content

Instantly share code, notes, and snippets.

@FBosler
Created February 9, 2020 18:29
Show Gist options
  • Save FBosler/4164ec00874a748eea37042120ff5034 to your computer and use it in GitHub Desktop.
Save FBosler/4164ec00874a748eea37042120ff5034 to your computer and use it in GitHub Desktop.
Nav/styles.js
import { Navbar } from "react-bootstrap";
import styled from "styled-components";
export const StyledNav = styled(Navbar)`
background-color: white;
-webkit-box-shadow: 0 24px 38px 3px #f7f7f72e, 0 9px 46px 8px #ffffff2b, 0 11px 15px -7px #ffffff45;
box-shadow: 0 24px 38px 3px #f7f7f72e, 0 9px 46px 8px #ffffff2b, 0 11px 15px -7px #ffffff45;
border-bottom: 2px solid lightgrey;
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment