Skip to content

Commit

Permalink
feat(Clause): update styling so less space at top of clause
Browse files Browse the repository at this point in the history
Signed-off-by: Diana Lease <[email protected]>
  • Loading branch information
DianaLease committed May 26, 2020
1 parent 0ebe9cd commit 6267f37
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/cicero-ui/src/lib/components/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const ClauseWrapper = styled.div`
border: 1px solid #19C6C7;
border-radius: 3px;
grid-template-columns: 10px 375px 1fr 25px 25px 25px 10px;
grid-template-rows: 11px 11px 1fr;
grid-template-rows: 0px 10px 1fr;
grid-template-areas: "one two three four five six seven"
"eight nine ten eleven twelve thirteen fourteen"
"fifteen sixteen seventeen eighteen nineteen twenty twentyone";
Expand Down Expand Up @@ -56,8 +56,7 @@ export const ClauseHeader = styled.div`
background: linear-gradient(180deg, #FFFFFF 0%, #F4F6FC 100%);
align-self: center;
justify-self: start;
margin-top: -16px;
margin-bottom: 6px;
margin-bottom: 9px;
padding: 3px;
color: #696969;
line-height: 14px;
Expand Down Expand Up @@ -101,7 +100,7 @@ const IconWrapper = styled.div`
background: linear-gradient(180deg, #FFF 0%, #F4F6FC 100%);
position: relative;
z-index: 1;
margin-top: -18px;
margin-bottom: 9px;
padding: 4px;
place-self: center;
transition-duration: 0.5s;
Expand Down

0 comments on commit 6267f37

Please sign in to comment.