Feature/tweaks (#8)
* show copy button on focs * change base link styling * text-decoration underline on basic links * basic hover and focus styles on button and tabs * add links in footer * change breakpoints vars * medium breakpoint on footer
This commit is contained in:
@@ -23,6 +23,9 @@ const Button =
|
||||
border-radius: 5rem;
|
||||
padding: ${props => (props.large ? '1.125rem 2.375rem' : '.5625rem 1.25rem')};
|
||||
display: inline-block;
|
||||
:hover, :focus {
|
||||
color: ${props => props.colors.main};
|
||||
}
|
||||
${props =>
|
||||
props.large &&
|
||||
media.small`
|
||||
|
Reference in New Issue
Block a user