Commit 331d957625f7cdb9657d54831883ccfce46e694b

Authored by Dmitriy Zaporozhets
2 parents d39948a8 3b8b396c

Merge branch 'asset-path-in-scss' into 'master'

 Use rails scss image-url herlper
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
app/assets/stylesheets/sections/header.scss
@@ -108,7 +108,7 @@ header { @@ -108,7 +108,7 @@ header {
108 108
109 h1 { 109 h1 {
110 margin: 0; 110 margin: 0;
111 - background: url('logo-black.png') no-repeat center center; 111 + background: image-url('logo-black.png') no-repeat center center;
112 background-size: 32px; 112 background-size: 32px;
113 float: left; 113 float: left;
114 height: 46px; 114 height: 46px;
@@ -220,7 +220,7 @@ header { @@ -220,7 +220,7 @@ header {
220 .app_logo { 220 .app_logo {
221 a { 221 a {
222 h1 { 222 h1 {
223 - background: url('logo-white.png') no-repeat center center; 223 + background: image-url('logo-white.png') no-repeat center center;
224 background-size: 32px; 224 background-size: 32px;
225 color: #fff; 225 color: #fff;
226 text-shadow: 0 1px 1px #444; 226 text-shadow: 0 1px 1px #444;