Skip to content

Commit 88134ab

Browse files
authored
Merge pull request #1339 from topcoder-platform/twek-ai-workflow-desc
tweak ai workflow desc
2 parents ccb21f6 + 9c7ba0d commit 88134ab

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

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

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
justify-content: center;
4141

4242
flex: 0 0 auto;
43+
4344
@include ltemd {
4445
width: 56px;
4546
height: 56px;
@@ -84,7 +85,7 @@
8485

8586
flex: 0 0 auto;
8687

87-
> span {
88+
>span {
8889
display: flex;
8990
align-items: center;
9091
gap: $sp-2;
@@ -107,6 +108,7 @@
107108
&.sm {
108109
height: 16px;
109110
}
111+
110112
&.md {
111113
height: 20px;
112114
stroke: #0a0a0a;
@@ -116,6 +118,7 @@
116118
path {
117119
fill: #0A0A0A;
118120
}
121+
119122
height: 16px;
120123
}
121124
}
@@ -131,10 +134,25 @@
131134
font-size: 14px;
132135
line-height: 20px;
133136
color: #0A0A0A;
137+
138+
>div {
139+
140+
>p,
141+
>ul,
142+
>blockquote,
143+
>h5 {
144+
margin-top: $sp-3;
145+
}
146+
147+
>h5 {
148+
font-weight: bold;
149+
}
150+
}
134151
}
135152

136153
.workflowFileLink {
137154
margin-top: $sp-4;
155+
138156
a {
139157
display: flex;
140158
align-items: center;
@@ -147,10 +165,11 @@
147165
svg {
148166
width: 12px;
149167
height: 12px;
168+
150169
path {
151170
fill: $link-blue-dark;
152171
}
153172
}
154173
}
155174

156-
}
175+
}

0 commit comments

Comments
 (0)