aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/modals/shared.js
blob: 9359436288e399206d95083a994e963787a74f21 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
import styled from 'styled-components'

export const RightPad = styled.div`
    margin-right: 3em;
`

export const LeftPad = styled.div`
    margin-left: 2em;
`

export const ModalHeader = styled.h3`
    font-weight: 700
`