Skip to content

Commit 9c7ba0d

Browse files
committed
tweak ai workflow desc
1 parent 6f77e6c commit 9c7ba0d

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

src/apps/review/src/pages/reviews/components/ScorecardHeader/ScorecardHeader.module.scss

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
justify-content: center;
3535

3636
flex: 0 0 auto;
37+
3738
@include ltemd {
3839
width: 56px;
3940
height: 56px;
@@ -78,7 +79,7 @@
7879

7980
flex: 0 0 auto;
8081

81-
> span {
82+
>span {
8283
display: flex;
8384
align-items: center;
8485
gap: $sp-2;
@@ -101,15 +102,17 @@
101102
&.sm {
102103
height: 16px;
103104
}
105+
104106
&.md {
105107
height: 20px;
106108
stroke: #0a0a0a;
107109
}
108-
110+
109111
&.iconFile {
110112
path {
111113
fill: #0A0A0A;
112114
}
115+
113116
height: 16px;
114117
}
115118
}
@@ -125,10 +128,25 @@
125128
font-size: 14px;
126129
line-height: 20px;
127130
color: #0A0A0A;
131+
132+
>div {
133+
134+
>p,
135+
>ul,
136+
>blockquote,
137+
>h5 {
138+
margin-top: $sp-3;
139+
}
140+
141+
>h5 {
142+
font-weight: bold;
143+
}
144+
}
128145
}
129146

130147
.workflowFileLink {
131148
margin-top: $sp-4;
149+
132150
a {
133151
display: flex;
134152
align-items: center;
@@ -141,10 +159,11 @@
141159
svg {
142160
width: 12px;
143161
height: 12px;
162+
144163
path {
145164
fill: $link-blue-dark;
146165
}
147166
}
148167
}
149168

150-
}
169+
}

0 commit comments

Comments
 (0)