UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit f407e1e7 authored by graham.smith's avatar graham.smith
Browse files

Merge branch 'header-bg' into 'master'

header bg color

See merge request platform-one/private/bullhorn/platform1-site!28
parents 4f302316 91c561ee
No related branches found
Tags v0.2.8
No related merge requests found
......@@ -33,9 +33,9 @@ export default {
</script>
<style lang="scss" scoped>
.page-header {
background-color: $secondary-bg-color;
background-color: #000000;
background-image: url(~@/assets/images/tech-bg.jpg);
background-position-y: -260px;
background-position-y: -240px;
background-repeat: no-repeat;
background-attachment: fixed;
overflow: auto;
......@@ -73,8 +73,8 @@ export default {
z-index: 1;
svg {
width: 100%;
height: 100%;
width: 101%; // 101 to fix rounding issues on zooming?
height: 101%; // 101 to fix rounding issues on zooming?
transform: scale(-1, -1);
path {
fill: $primary-bg-color;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment