File tree Expand file tree Collapse file tree 5 files changed +5
-3
lines changed Expand file tree Collapse file tree 5 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tgm-bootstrap" ,
3
- "version" : " 0.1.6 " ,
3
+ "version" : " 0.1.7 " ,
4
4
"dependencies" : {
5
5
"bootstrap" : " 2.2.1"
6
6
}
Original file line number Diff line number Diff line change 46
46
.tgm {
47
47
text-indent : -9000px ;
48
48
display : inline-block ;
49
- background : transparent url(/modules/app/img/tgm-strip-logo.png ) 0 0 no-repeat ;
49
+ background : transparent url(' @{tgmLogoPath} ' ) 0 0 no-repeat ;
50
50
width : 390px ;
51
51
margin : 8px 0 ;
52
52
}
84
84
85
85
.icons .share {
86
86
padding-left : 22px ;
87
- background : transparent url(/modules/app/img/ico-share.png ) 0 49% no-repeat ;
87
+ background : transparent url(' @{shareIconPath} ' ) 0 49% no-repeat ;
88
88
}
89
89
90
90
}
Original file line number Diff line number Diff line change 153
153
// -------------------------
154
154
@iconSpritePath : " ../img/glyphicons-halflings.png" ;
155
155
@iconWhiteSpritePath : " ../img/glyphicons-halflings-white.png" ;
156
+ @tgmLogoPath : " ../img/tgm-strip-logo.png" ;
157
+ @shareIconParth : " ../img/ico-share.png" ;
156
158
157
159
158
160
// Input placeholder text color
You can’t perform that action at this time.
0 commit comments