Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
style(ClauseHeader): changed header background - I322
Browse files Browse the repository at this point in the history
Signed-off-by: elit-altum <[email protected]>
  • Loading branch information
elit-altum authored and jolanglinais committed Mar 6, 2020
1 parent 26eecd0 commit 1bad2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const ClauseHeader = styled.div`
font-family: ${props => props.headerfont || 'serif'};
grid-area: two / two / ten / ten;
transition-duration: 0.5s;
background: linear-gradient(180deg, #FFFFFF 0%, ${props => props.headerbg || '#ECF0FA'} 100%);
background: linear-gradient(180deg, #FFFFFF 0%, ${props => props.headerbg || '#F9FBFF'} 100%);
align-self: center;
justify-self: start;
margin: 6px 0;
Expand Down

0 comments on commit 1bad2f7

Please sign in to comment.