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
e870316c
Commit
e870316c
authored
Apr 02, 2019
by
amalk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Amal 02-04-2019|11:58
parent
a2ea98e1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
4 deletions
+11
-4
home.module.ts
src/app/home/home.module.ts
+1
-1
index.component.scss
src/app/home/index/index.component.scss
+9
-2
index.html
src/index.html
+1
-1
No files found.
src/app/home/home.module.ts
View file @
e870316c
...
...
@@ -30,7 +30,7 @@ import { ForgotComponent } from './forgot/forgot.component';
BsDatepickerModule
.
forRoot
(),
MalihuScrollbarModule
.
forRoot
(),
AgmCoreModule
.
forRoot
({
apiKey
:
'AIzaSyC
cc-YDSJyDpehNE6qfntfWpEQ4uS4aq6A
'
,
apiKey
:
'AIzaSyC
aczDjLVYU1vZH0HXkbU5ugsUHoWNE2NM
'
,
libraries
:
[
"places"
]
})
]
...
...
src/app/home/index/index.component.scss
View file @
e870316c
...
...
@@ -357,6 +357,10 @@
background-repeat
:
no-repeat
;
position
:
relative
;
overflow
:
scroll
;
&
:
:-
webkit-scrollbar
{
display
:
none
;
}
.modal_close
{
width
:
50px
;
height
:
50px
;
...
...
@@ -751,6 +755,7 @@
-ms-border-radius
:
5px
;
-o-border-radius
:
5px
;
padding
:
20px
;
.quote_header
{
width
:
100%
;
padding
:
10px
;
...
...
@@ -826,7 +831,9 @@
}
}
.quote_schedule_list
{
border
:
2px
solid
#2655bf
;
border
:
1px
solid
#a8a8a8
;
padding-bottom
:
30px
;
border-top
:none
;
background
:
#ffffff
;
ul
{
margin
:
0px
;
...
...
@@ -1108,7 +1115,7 @@
.service_map
{
width
:
100%
;
border
:
1px
solid
#e8e8e8
;
height
:
60
0px
;
height
:
545
0px
;
margin-top
:
10px
;
}
}
...
...
src/index.html
View file @
e870316c
...
...
@@ -11,6 +11,6 @@
</head>
<body>
<app-root></app-root>
<script
async
defer
src=
"https://maps.googleapis.com/maps/api/js?key=AIzaSyC
cc-YDSJyDpehNE6qfntfWpEQ4uS4aq6A
&libraries=places"
></script>
<script
async
defer
src=
"https://maps.googleapis.com/maps/api/js?key=AIzaSyC
aczDjLVYU1vZH0HXkbU5ugsUHoWNE2NM
&libraries=places"
></script>
</body>
</html>
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