This repository was archived by the owner on Feb 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
packages/cicero-ui/src/lib/components Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export const ClauseWrapper = styled.div`
9
9
border: 1px solid #19C6C7;
10
10
border-radius: 3px;
11
11
grid-template-columns: 10px 375px 1fr 25px 25px 25px 10px;
12
- grid-template-rows: 11px 11px 1fr;
12
+ grid-template-rows: 0px 10px 1fr;
13
13
grid-template-areas: "one two three four five six seven"
14
14
"eight nine ten eleven twelve thirteen fourteen"
15
15
"fifteen sixteen seventeen eighteen nineteen twenty twentyone";
@@ -56,8 +56,7 @@ export const ClauseHeader = styled.div`
56
56
background: linear-gradient(180deg, #FFFFFF 0%, #F4F6FC 100%);
57
57
align-self: center;
58
58
justify-self: start;
59
- margin-top: -16px;
60
- margin-bottom: 6px;
59
+ margin-bottom: 9px;
61
60
padding: 3px;
62
61
color: #696969;
63
62
line-height: 14px;
@@ -101,7 +100,7 @@ const IconWrapper = styled.div`
101
100
background: linear-gradient(180deg, #FFF 0%, #F4F6FC 100%);
102
101
position: relative;
103
102
z-index: 1;
104
- margin-top: -18px ;
103
+ margin-bottom: 9px ;
105
104
padding: 4px;
106
105
place-self: center;
107
106
transition-duration: 0.5s;
You can’t perform that action at this time.
0 commit comments