Skip to content
Snippets Groups Projects
Commit cca879be authored by khawkins's avatar khawkins
Browse files

Resolve background specificity issue with image positioning

parent 5ba43ba8
No related branches found
No related tags found
No related merge requests found
......@@ -371,13 +371,13 @@ input#local-searchbox,
padding: 0.5rem 0 1.5rem; }
body.section-about #local-masthead {
background: #007c82; }
background-color: #007c82; }
body.section-industry #local-masthead {
background: #0086b4; }
background-color: #0086b4; }
body.section-research #local-masthead {
background: #6dab49; }
background-color: #6dab49; }
body.section-research #local-title h1,
body.section-research #local-title p,
......@@ -385,10 +385,10 @@ body.section-research #local-title a {
color: #FFF; }
body.section-services #local-masthead {
background: #026469; }
background-color: #026469; }
body.section-training #local-masthead {
background: #e9b400; }
background-color: #e9b400; }
body.section-training #local-title h1,
body.section-training #local-title #local-title p,
......@@ -396,7 +396,7 @@ body.section-training #local-title #local-title a {
color: #222; }
body.section-home #local-masthead {
background: #007c82; }
background-color: #007c82; }
/* tweak to foundation menu; hide submenu until rendered by JS */
ul.menu.dropdown ul.menu {
......
This diff is collapsed.
......@@ -390,14 +390,14 @@ a:active {
padding: 0.5rem 0 1.5rem;
}
body.section-about #local-masthead {
background: $ebi-colour-petrol;
background-color: $ebi-colour-petrol;
}
body.section-industry #local-masthead {
background: $ebi-colour-industry;
background-color: $ebi-colour-industry;
}
body.section-research {
#local-masthead {
background: $ebi-colour-light-green;
background-color: $ebi-colour-light-green;
}
#local-title h1,
#local-title p,
......@@ -406,10 +406,10 @@ a:active {
}
}
body.section-services #local-masthead {
background: $ebi-colour-services;
background-color: $ebi-colour-services;
}
body.section-training #local-masthead {
background: $ebi-colour-training;
background-color: $ebi-colour-training;
}
body.section-training #local-title {
h1,
......@@ -419,7 +419,7 @@ a:active {
}
}
body.section-home #local-masthead {
background: $ebi-colour-petrol;
background-color: $ebi-colour-petrol;
}
/* tweak to foundation menu; hide submenu until rendered by JS */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment