Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dcarfixers_angular
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
16
Issues
16
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tobin
dcarfixers_angular
Commits
7b75b916
Commit
7b75b916
authored
Apr 05, 2019
by
Jansa Jose
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://gitlab.techware.co.in/tobin/dcarfixers_angular
into jensa
parents
8971ce34
9dbeeb20
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
index.component.html
src/app/home/index/index.component.html
+1
-1
index.component.scss
src/app/home/index/index.component.scss
+3
-0
No files found.
src/app/home/index/index.component.html
View file @
7b75b916
...
...
@@ -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>
...
...
src/app/home/index/index.component.scss
View file @
7b75b916
...
...
@@ -1179,6 +1179,9 @@
overflow
:
scroll
;
display
:
inline-block
;
position
:
relative
;
&
:
:-
webkit-scrollbar
{
display
:
none
;
}
#custom_check_button
{
border-radius
:
0px
!
important
;
overflow
:
auto
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment