Commit 9dbeeb20 by amal

Merge branch 'amal' into 'master'

Amal See merge request !16
parents 9a3f0f0e fad94933
......@@ -528,7 +528,7 @@
<h5>{{mechanic.shop_name}}</h5>
<p>{{mechanic.shop_address}}</p>
<h6>{{mechanic.shop_phone}}</h6>
<p>{{mechanic.distance | number:'1.2-2' }}</p>
<p>{{mechanic.distance | number:'1.2-2' }} Away from you</p>
</div>
<ng-template #mechanicDetails>
<p>{{mechanic.address}}<br>{{mechanic.city+' , '+mechanic.state}}</p>
......
......@@ -1179,6 +1179,9 @@
overflow: scroll;
display: inline-block;
position: relative;
&::-webkit-scrollbar {
display: none;
}
#custom_check_button {
border-radius: 0px !important;
overflow: auto;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment