Skip to content

Commit 4bdca6d

Browse files
committed
style: small change
closes #218
1 parent ade293b commit 4bdca6d

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)