diff options
author | luxagraf <sng@luxagraf.net> | 2018-10-28 20:32:29 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2018-10-28 20:32:29 -0600 |
commit | 19adbade7f49072876958bb1646b137dd55d7187 (patch) | |
tree | c16ee6aa88c07283350f6fc075fe6536d6ac4a18 /design/sass | |
parent | 1f0bfcd35524eab2150d37365203695b50f93d83 (diff) |
added sox logo
Diffstat (limited to 'design/sass')
-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; |