Skip to content

Commit 62ed3ce

Browse files
author
Andrew Cobby
committed
Add tgm-strip images
1 parent 10d9e66 commit 62ed3ce

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tgm-bootstrap",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"dependencies": {
55
"bootstrap": "2.2.1"
66
}

img/ico-share.png

1.16 KB
Loading

img/tgm-strip-logo.png

3.59 KB
Loading

less/navbar.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
.tgm {
4747
text-indent: -9000px;
4848
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;
5050
width: 390px;
5151
margin: 8px 0;
5252
}
@@ -84,7 +84,7 @@
8484

8585
.icons .share {
8686
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;
8888
}
8989

9090
}

less/variables.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@
153153
// -------------------------
154154
@iconSpritePath: "../img/glyphicons-halflings.png";
155155
@iconWhiteSpritePath: "../img/glyphicons-halflings-white.png";
156+
@tgmLogoPath: "../img/tgm-strip-logo.png";
157+
@shareIconParth: "../img/ico-share.png";
156158

157159

158160
// Input placeholder text color

0 commit comments

Comments
 (0)