diff --git a/component.json b/component.json index ee93284f..7a84ee3e 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "tgm-bootstrap", - "version": "0.1.6", + "version": "0.1.7", "dependencies": { "bootstrap": "2.2.1" } diff --git a/img/ico-share.png b/img/ico-share.png new file mode 100644 index 00000000..32aba4af Binary files /dev/null and b/img/ico-share.png differ diff --git a/img/tgm-strip-logo.png b/img/tgm-strip-logo.png new file mode 100644 index 00000000..fc003707 Binary files /dev/null and b/img/tgm-strip-logo.png differ diff --git a/less/navbar.less b/less/navbar.less index d926efe3..dd282bfc 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -46,7 +46,7 @@ .tgm { text-indent: -9000px; display: inline-block; - background: transparent url(/modules/app/img/tgm-strip-logo.png) 0 0 no-repeat; + background: transparent url('@{tgmLogoPath}') 0 0 no-repeat; width: 390px; margin: 8px 0; } @@ -84,7 +84,7 @@ .icons .share { padding-left: 22px; - background: transparent url(/modules/app/img/ico-share.png) 0 49% no-repeat; + background: transparent url('@{shareIconPath}') 0 49% no-repeat; } } diff --git a/less/variables.less b/less/variables.less index 5c9715c7..2aaa4086 100644 --- a/less/variables.less +++ b/less/variables.less @@ -153,6 +153,8 @@ // ------------------------- @iconSpritePath: "../img/glyphicons-halflings.png"; @iconWhiteSpritePath: "../img/glyphicons-halflings-white.png"; +@tgmLogoPath: "../img/tgm-strip-logo.png"; +@shareIconParth: "../img/ico-share.png"; // Input placeholder text color