Skip to content

Commit 74d0a80

Browse files
authored
Merge pull request #219 from cmu-delphi/sgratzl/navline
style: small style tuning
2 parents 9d1ec87 + fcc5cc6 commit 74d0a80

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

themes/delphi/assets/css/pages/_covidcast.scss

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,20 @@
1111
.covidcast_wrapper > footer {
1212
display: none;
1313
}
14+
15+
.covidcast-modes {
16+
position: relative;
17+
18+
&::before {
19+
content: "";
20+
position: absolute;
21+
bottom: 0;
22+
left: 0;
23+
right: 0;
24+
border-bottom: 1px solid #e5e5e5;
25+
}
26+
27+
.uk-tab::before {
28+
display: none;
29+
}
30+
}

0 commit comments

Comments
 (0)