diff --git a/src/apps/review/src/pages/reviews/components/ScorecardHeader/ScorecardHeader.module.scss b/src/apps/review/src/pages/reviews/components/ScorecardHeader/ScorecardHeader.module.scss index e5ffaaa66..66a2e46fe 100644 --- a/src/apps/review/src/pages/reviews/components/ScorecardHeader/ScorecardHeader.module.scss +++ b/src/apps/review/src/pages/reviews/components/ScorecardHeader/ScorecardHeader.module.scss @@ -34,6 +34,7 @@ justify-content: center; flex: 0 0 auto; + @include ltemd { width: 56px; height: 56px; @@ -78,7 +79,7 @@ flex: 0 0 auto; - > span { + >span { display: flex; align-items: center; gap: $sp-2; @@ -101,15 +102,17 @@ &.sm { height: 16px; } + &.md { height: 20px; stroke: #0a0a0a; } - + &.iconFile { path { fill: #0A0A0A; } + height: 16px; } } @@ -125,10 +128,25 @@ font-size: 14px; line-height: 20px; color: #0A0A0A; + + >div { + + >p, + >ul, + >blockquote, + >h5 { + margin-top: $sp-3; + } + + >h5 { + font-weight: bold; + } + } } .workflowFileLink { margin-top: $sp-4; + a { display: flex; align-items: center; @@ -141,10 +159,11 @@ svg { width: 12px; height: 12px; + path { fill: $link-blue-dark; } } } -} +} \ No newline at end of file