Commit b45175d4edcbdba943139ebf22e28736feb3d71d
1 parent
fd425304
Exists in
master
Incluindo o comando embed das imagens no scss.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
recipes/copa2014/assets/barra-copa.scss
... | ... | @@ -48,7 +48,7 @@ div#wrapper-barra-brasil { |
48 | 48 | display: block; |
49 | 49 | padding-left: 42px; |
50 | 50 | width: 43px; |
51 | - background: url("imagens/bandeira-brasil.png") 8px center no-repeat; | |
51 | + background:embed("imagens/bandeira-brasil.png") 8px center no-repeat; | |
52 | 52 | text-transform: uppercase; |
53 | 53 | line-height: 19px; |
54 | 54 | } |
... | ... | @@ -70,7 +70,7 @@ div#wrapper-barra-brasil { |
70 | 70 | margin: 0 2px 0 1px; |
71 | 71 | } |
72 | 72 | span span { |
73 | - background: url("imagens/counter-bg.png") no-repeat; | |
73 | + background:embed("imagens/counter-bg.png") no-repeat; | |
74 | 74 | color: #FCCA00; |
75 | 75 | display: inline-block; |
76 | 76 | width: 16px; | ... | ... |