Skip to content

Commit

Permalink
Compiled code
Browse files Browse the repository at this point in the history
  • Loading branch information
khawkins98 committed Apr 12, 2017
1 parent c4b6b0a commit 1652525
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions css/ebi-global.css
Original file line number Diff line number Diff line change
Expand Up @@ -638,8 +638,22 @@ body .breadcrumbs a {
.ebi-footer-meta {
font-size: 85%;
margin-bottom: 9px; }
.ebi-footer-meta p.address {
color: #888; }

/*
COOKIE BANNER
=============================== */
.cookie-banner {
position: fixed;
background-color: #222;
width: 100%;
padding: 1rem;
left: 0;
bottom: 0;
color: #eee; }
.cookie-banner a, .cookie-banner a:hover {
color: #f8f8f8; }
.cookie-banner .text {
margin-right: 2em; }

/*
MISC TWEAKS
Expand Down
Loading

0 comments on commit 1652525

Please sign in to comment.