From 9e64fe73e2d72b82a31e1a6d7b89db9d0767018e Mon Sep 17 00:00:00 2001 From: Chris Gadd Date: Sun, 10 Nov 2019 14:53:51 +1300 Subject: [PATCH] Update hut icons --- app/assets/images/browse/alpinehut.p.16.png | Bin 447 -> 0 bytes .../images/browse/tourism_alpine_hut.16.png | Bin 0 -> 520 bytes .../images/browse/tourism_wilderness_hut.16.png | Bin 0 -> 411 bytes app/assets/stylesheets/browse.scss | 3 ++- 4 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 app/assets/images/browse/alpinehut.p.16.png create mode 100644 app/assets/images/browse/tourism_alpine_hut.16.png create mode 100644 app/assets/images/browse/tourism_wilderness_hut.16.png diff --git a/app/assets/images/browse/alpinehut.p.16.png b/app/assets/images/browse/alpinehut.p.16.png deleted file mode 100644 index 0499c586ad5314922390176512a963de9a54c0ec..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 447 zcmV;w0YLtVP)_rhQtZXe5tSnUU4@jj5RyF|}C15hUi6I!Y62wLf*eYVF zg`%+T%<2+?S}0g(;YY%H7>2lLNLCLV?##YiHzTluSySDYJbq=S$vv`;T!sq_z@wC4Xs>Ul08hLoX2SEo*noUvsu zL45Bww3gig*s2UmyGXz)n`SvY1l#E*xQEY2I6TL=4vSC?RL{tG9s0Fd5cCs=cJNWQ zOduuuVZ=ej-Ydox?OmFM$M+OLYj7^txz&s8i7wP@TM=*;Gw3D*eEOX*JfCJVKu^Ieo46x+` zge(|XE6l$$K0+>RnH(E@Ztn#Dkxxp*MNoC=g343R?gG002ovPDHLkV1h_=#lrvq diff --git a/app/assets/images/browse/tourism_alpine_hut.16.png b/app/assets/images/browse/tourism_alpine_hut.16.png new file mode 100644 index 0000000000000000000000000000000000000000..adeb45778b004af75f3c3b8c4f7172f724ebeb80 GIT binary patch literal 520 zcmV+j0{8uiP)TtS?>g70XuY30C;ZH49G6X z2CkXIc%K4|0)fgzf|JrRdIHrI>Yw(Q>Cb(;VDrl2wQ&NGd7$^R?E~Hru2BYnZDzaT zUqh>RP5A2a*r99@7{^Jq05OD1ls*H~>L}h`U8WTW-SX7XB}}WsM>LpWJ^5X8Qp+F@ zKms`Q1_04u#_$w`anx-EokMi8uuz4y)Ig=R8nAfmL$$4xltG;IG_hn4qShY(BYEtu zcEDdqqc*68A;XA~_#IF>BMiLYN&vfa6XY2?l>HmPN&7(p2s?-l)m-vJf(USnun!V0 zCaV57wE-GNI7M<7fS2?p z+y`OClF&E~}U&3=E7Co-U3d z7QJ&PJ9;r2inQ%diMmsAJ5*5Q%@+=_!snVcO;aW|Ijw)-lsLnxy8IF2u4}2?<{kyg zyEf{*Uc@CVE^NSevgFI!NqhePzgMl&s5Vj4b=egCtEoreYaXq?&tn=C|8#!u)DQccSMEA^q1dnLKz4D%LxvaTFB1-PJd>+f5q#xu ztEy)W%YhK~{AGL}99NYyc0~MT-{5>?^5*My7tIr=1Z-NV|JDx}kPM!#elF{r5}E+P C_M;&H literal 0 HcmV?d00001 diff --git a/app/assets/stylesheets/browse.scss b/app/assets/stylesheets/browse.scss index 2db397a07..0c532733e 100644 --- a/app/assets/stylesheets/browse.scss +++ b/app/assets/stylesheets/browse.scss @@ -121,7 +121,7 @@ .shop.shoes::before { content: image-url('browse/shop_shoes.16.png'); } .shop.supermarket::before { content: image-url('browse/shop_supermarket.p.16.png'); } - .tourism.alpine_hut::before { content: image-url('browse/alpinehut.p.16.png'); } + .tourism.alpine_hut::before { content: image-url('browse/tourism_alpine_hut.16.png'); } .tourism.camp_site::before { content: image-url('browse/tourism_camp_site.16.png'); } .tourism.caravan_site::before { content: image-url('browse/tourism_caravan_site.16.png'); } .tourism.hostel::before { content: image-url('browse/tourism_hostel.16.png'); } @@ -130,6 +130,7 @@ .tourism.museum::before { content: image-url('browse/tourism_museum.16.png'); } .tourism.picnic_site::before { content: image-url('browse/tourism_picnic_site.16.png'); } .tourism.viewpoint::before { content: image-url('browse/view_point.p.16.png'); } + .tourism.wilderness_hut::before { content: image-url('browse/tourism_wilderness_hut.16.png'); } /* Ways */ -- 2.39.5