diff options
Diffstat (limited to 'design/sass/_header.scss')
-rw-r--r-- | design/sass/_header.scss | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/design/sass/_header.scss b/design/sass/_header.scss index 409ba93..7620cac 100644 --- a/design/sass/_header.scss +++ b/design/sass/_header.scss @@ -20,11 +20,14 @@ header[role="banner"] { h1 a:before { content: "home-icon"; text-indent: -9999em; + background: url("logo-new-@2x-treeonly.png") center top no-repeat; width: 95px; height: 75px; - background: url("logo-new-@2x-treeonly.png") center top no-repeat; background-size: 95px; background-size: 85px; + //if sox + background: url("img/soxlogo.svg") center top no-repeat; + background-size: 60px; display: block; margin: 0.75em auto 0; } @@ -49,6 +52,9 @@ header[role="banner"] { h1 a:before { display: inline-block; background-size: 102px; + //if sox + background: url("img/soxlogo.svg") right bottom no-repeat; + background-size: 70px; height: 85px; width: 105px; margin-right: 10px; |