Commit 07a194b24159653218cffc2c3035daf4cce50240
1 parent
2d388a6103
Exists in
master
content change
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
index.html
... | ... | @@ -68,7 +68,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= |
68 | 68 | <body ng-controller="mainController" id="front"> |
69 | 69 | <div style="font-size:24px;position: fixed; top:50%; right:0; width: 70px;height: 40px;background-color: #303030;border-top-left-radius: 25px; border-bottom-left-radius: 25px;border: 2px solid #303030; z-index: 999; padding: 5px;text-align: center;" > |
70 | 70 | <!-- <button style="font-size:24px;position: fixed; width: 70px;height: 40px;background-color: #303030;border-top-left-radius: 25px; border-bottom-left-radius: 25px;border: 2px solid #303030;"> --> |
71 | - <i class="fa fa-whatsapp" ng-click="click()" ></i> | |
71 | + <i class="fa fa-whatsapp" style="color: #fff;" ng-click="click()" ></i> | |
72 | 72 | <!-- </button> --> |
73 | 73 | </div> |
74 | 74 | <!-- Google Tag Manager (noscript) --> | ... | ... |