Skip to content

Commit ab6c473

Browse files
committed
Add missing background for CORE-292
1 parent fdf9859 commit ab6c473

File tree

1 file changed

+6
-0
lines changed
  • src/shared/components/challenge-detail/Header

1 file changed

+6
-0
lines changed

src/shared/components/challenge-detail/Header/style.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
font-size: 12px;
1919
font-family: 'Roboto', sans-serif;
2020
line-height: 1.2em;
21+
background-color: $tc-gray-20;
22+
padding-left: 20px;
23+
padding-right: 30px;
24+
padding-bottom: 10px;
25+
padding-top: 10px;
26+
border-radius: 4px;
2127

2228
a {
2329
color: $tc-dark-blue;

0 commit comments

Comments
 (0)