Skip to content

Commit

Permalink
Update compiled
Browse files Browse the repository at this point in the history
  • Loading branch information
khawkins98 committed Oct 12, 2017
1 parent 25c5841 commit d6fd8ba
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 29 deletions.
13 changes: 9 additions & 4 deletions css/ebi-global.css
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,6 @@ pre > code {
background: no-repeat 4px 50% url("../images/logos/EMBL-EBI/EMBL_EBI_Logo_white.svg");
padding-left: 108px;
background-size: 100px;
padding-right: 17px;
height: 37px;
line-height: 12px; }

Expand Down Expand Up @@ -1145,14 +1144,20 @@ a.more {
a, a:visited {
border-bottom: none; }
#skip-to,
.masthead-black-bar nav,
.masthead nav,
form#local-search,
.global-footer,
#search_ebi,
#shortcuts,
#ebi_search_results {
display: none; } }
display: none; }
body {
font-size: .9rem; }
.masthead-black-bar nav a[href]:after,
.masthead nav a[href]:after,
.masthead-inner a[href]:after {
content: " "; }
.row {
max-width: 100%; } }

/* Clearable text inputs
Also need JS, via: http://stackoverflow.com/questions/6258521/clear-icon-inside-input-text */
Expand Down
2 changes: 1 addition & 1 deletion css/ebi-global.min.css

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions libraries/foundation-6/css/foundation-extras.css
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ select {
line-height: 1;
text-align: center;
cursor: pointer;
background-color: #007c82;
background-color: green;
color: #fefefe; }
[data-whatinput='mouse'] .button {
outline: 0; }
Expand All @@ -260,31 +260,31 @@ select {
margin-right: 0;
margin-left: 0; }
.button.primary {
background-color: #1779ba;
background-color: green;
color: #fefefe; }
.button.primary:hover, .button.primary:focus {
background-color: #126195;
color: #fefefe; }
.button.secondary {
background-color: #767676;
background-color: green;
color: #fefefe; }
.button.secondary:hover, .button.secondary:focus {
background-color: #5e5e5e;
color: #fefefe; }
.button.success {
background-color: #3adb76;
background-color: green;
color: #0a0a0a; }
.button.success:hover, .button.success:focus {
background-color: #22bb5b;
color: #0a0a0a; }
.button.warning {
background-color: #ffae00;
background-color: green;
color: #0a0a0a; }
.button.warning:hover, .button.warning:focus {
background-color: #cc8b00;
color: #0a0a0a; }
.button.alert {
background-color: #cc4b37;
background-color: green;
color: #fefefe; }
.button.alert:hover, .button.alert:focus {
background-color: #a53b2a;
Expand Down Expand Up @@ -537,31 +537,31 @@ select {
.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
margin-right: -6px; }
.button-group.primary .button {
background-color: #007c82;
background-color: green;
color: #fefefe; }
.button-group.primary .button:hover, .button-group.primary .button:focus {
background-color: #006368;
color: #fefefe; }
.button-group.secondary .button {
background-color: #999;
background-color: green;
color: #0a0a0a; }
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
background-color: #7a7a7a;
color: #0a0a0a; }
.button-group.success .button {
background-color: #3adb76;
background-color: green;
color: #0a0a0a; }
.button-group.success .button:hover, .button-group.success .button:focus {
background-color: #22bb5b;
color: #0a0a0a; }
.button-group.warning .button {
background-color: #ffae00;
background-color: green;
color: #0a0a0a; }
.button-group.warning .button:hover, .button-group.warning .button:focus {
background-color: #cc8b00;
color: #0a0a0a; }
.button-group.alert .button {
background-color: #ec5840;
background-color: green;
color: #0a0a0a; }
.button-group.alert .button:hover, .button-group.alert .button:focus {
background-color: #da3116;
Expand Down
2 changes: 1 addition & 1 deletion libraries/foundation-6/css/foundation-extras.min.css

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions libraries/foundation-6/css/foundation.css
Original file line number Diff line number Diff line change
Expand Up @@ -1805,7 +1805,7 @@ select {
line-height: 1;
text-align: center;
cursor: pointer;
background-color: #007c82;
background-color: green;
color: #fefefe; }
[data-whatinput='mouse'] .button {
outline: 0; }
Expand All @@ -1824,31 +1824,31 @@ select {
margin-right: 0;
margin-left: 0; }
.button.primary {
background-color: #1779ba;
background-color: green;
color: #fefefe; }
.button.primary:hover, .button.primary:focus {
background-color: #126195;
color: #fefefe; }
.button.secondary {
background-color: #767676;
background-color: green;
color: #fefefe; }
.button.secondary:hover, .button.secondary:focus {
background-color: #5e5e5e;
color: #fefefe; }
.button.success {
background-color: #3adb76;
background-color: green;
color: #0a0a0a; }
.button.success:hover, .button.success:focus {
background-color: #22bb5b;
color: #0a0a0a; }
.button.warning {
background-color: #ffae00;
background-color: green;
color: #0a0a0a; }
.button.warning:hover, .button.warning:focus {
background-color: #cc8b00;
color: #0a0a0a; }
.button.alert {
background-color: #cc4b37;
background-color: green;
color: #fefefe; }
.button.alert:hover, .button.alert:focus {
background-color: #a53b2a;
Expand Down Expand Up @@ -2130,31 +2130,31 @@ select {
.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
margin-right: -6px; }
.button-group.primary .button {
background-color: #007c82;
background-color: green;
color: #fefefe; }
.button-group.primary .button:hover, .button-group.primary .button:focus {
background-color: #006368;
color: #fefefe; }
.button-group.secondary .button {
background-color: #999;
background-color: green;
color: #0a0a0a; }
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
background-color: #7a7a7a;
color: #0a0a0a; }
.button-group.success .button {
background-color: #3adb76;
background-color: green;
color: #0a0a0a; }
.button-group.success .button:hover, .button-group.success .button:focus {
background-color: #22bb5b;
color: #0a0a0a; }
.button-group.warning .button {
background-color: #ffae00;
background-color: green;
color: #0a0a0a; }
.button-group.warning .button:hover, .button-group.warning .button:focus {
background-color: #cc8b00;
color: #0a0a0a; }
.button-group.alert .button {
background-color: #ec5840;
background-color: green;
color: #0a0a0a; }
.button-group.alert .button:hover, .button-group.alert .button:focus {
background-color: #da3116;
Expand Down
2 changes: 1 addition & 1 deletion libraries/foundation-6/css/foundation.min.css

Large diffs are not rendered by default.

0 comments on commit d6fd8ba

Please sign in to comment.