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
f5a9006e
Commit
f5a9006e
authored
Jan 29, 2019
by
amal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
29/1/2019
parent
8a5e0a43
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
67 additions
and
11 deletions
+67
-11
package-lock.json
package-lock.json
+21
-7
index.component.html
src/app/home/index/index.component.html
+0
-0
index.component.scss
src/app/home/index/index.component.scss
+5
-2
responsive.scss
src/assets/css/responsive.scss
+41
-2
No files found.
package-lock.json
View file @
f5a9006e
...
...
@@ -4063,12 +4063,14 @@
"balanced-match"
:
{
"version"
:
"1.0.0"
,
"bundled"
:
true
,
"dev"
:
true
"dev"
:
true
,
"optional"
:
true
},
"brace-expansion"
:
{
"version"
:
"1.1.11"
,
"bundled"
:
true
,
"dev"
:
true
,
"optional"
:
true
,
"requires"
:
{
"balanced-match"
:
"^1.0.0"
,
"concat-map"
:
"0.0.1"
...
...
@@ -4083,17 +4085,20 @@
"code-point-at"
:
{
"version"
:
"1.1.0"
,
"bundled"
:
true
,
"dev"
:
true
"dev"
:
true
,
"optional"
:
true
},
"concat-map"
:
{
"version"
:
"0.0.1"
,
"bundled"
:
true
,
"dev"
:
true
"dev"
:
true
,
"optional"
:
true
},
"console-control-strings"
:
{
"version"
:
"1.1.0"
,
"bundled"
:
true
,
"dev"
:
true
"dev"
:
true
,
"optional"
:
true
},
"core-util-is"
:
{
"version"
:
"1.0.2"
,
...
...
@@ -4210,7 +4215,8 @@
"inherits"
:
{
"version"
:
"2.0.3"
,
"bundled"
:
true
,
"dev"
:
true
"dev"
:
true
,
"optional"
:
true
},
"ini"
:
{
"version"
:
"1.3.5"
,
...
...
@@ -4222,6 +4228,7 @@
"version"
:
"1.0.0"
,
"bundled"
:
true
,
"dev"
:
true
,
"optional"
:
true
,
"requires"
:
{
"number-is-nan"
:
"^1.0.0"
}
...
...
@@ -4236,6 +4243,7 @@
"version"
:
"3.0.4"
,
"bundled"
:
true
,
"dev"
:
true
,
"optional"
:
true
,
"requires"
:
{
"brace-expansion"
:
"^1.1.7"
}
...
...
@@ -4243,12 +4251,14 @@
"minimist"
:
{
"version"
:
"0.0.8"
,
"bundled"
:
true
,
"dev"
:
true
"dev"
:
true
,
"optional"
:
true
},
"minipass"
:
{
"version"
:
"2.2.4"
,
"bundled"
:
true
,
"dev"
:
true
,
"optional"
:
true
,
"requires"
:
{
"safe-buffer"
:
"^5.1.1"
,
"yallist"
:
"^3.0.0"
...
...
@@ -4267,6 +4277,7 @@
"version"
:
"0.5.1"
,
"bundled"
:
true
,
"dev"
:
true
,
"optional"
:
true
,
"requires"
:
{
"minimist"
:
"0.0.8"
}
...
...
@@ -4347,7 +4358,8 @@
"number-is-nan"
:
{
"version"
:
"1.0.1"
,
"bundled"
:
true
,
"dev"
:
true
"dev"
:
true
,
"optional"
:
true
},
"object-assign"
:
{
"version"
:
"4.1.1"
,
...
...
@@ -4359,6 +4371,7 @@
"version"
:
"1.4.0"
,
"bundled"
:
true
,
"dev"
:
true
,
"optional"
:
true
,
"requires"
:
{
"wrappy"
:
"1"
}
...
...
@@ -4480,6 +4493,7 @@
"version"
:
"1.0.2"
,
"bundled"
:
true
,
"dev"
:
true
,
"optional"
:
true
,
"requires"
:
{
"code-point-at"
:
"^1.0.0"
,
"is-fullwidth-code-point"
:
"^1.0.0"
,
...
...
src/app/home/index/index.component.html
View file @
f5a9006e
This diff is collapsed.
Click to expand it.
src/app/home/index/index.component.scss
View file @
f5a9006e
...
...
@@ -397,6 +397,7 @@
width
:
100%
;
margin
:
0px
;
padding
:
0px
;
padding-bottom
:
10px
;
}
.search
{
background
:
url("/assets/images/asset_search.png")
;
...
...
@@ -547,6 +548,7 @@
margin
:
0px
;
padding
:
0px
;
text-align
:
center
;
padding-bottom
:
30px
;
li
{
list-style
:
none
;
width
:
80px
;
...
...
@@ -574,7 +576,8 @@
right
:
0px
;
bottom
:
0px
;
opacity
:
0
;
height
:
120px
;
height
:
90px
;
padding
:
0px
;
}
}
}
...
...
@@ -598,6 +601,7 @@
background-position
:
right
5px
top
2px
;
background-repeat
:
no-repeat
;
background-size
:
30px
;
padding-right
:
35px
;
}
.service_list
{
ul
{
...
...
@@ -926,7 +930,6 @@
padding-left
:
15px
;
padding-right
:
15px
;
background-color
:
#2655bf
;
background-image
:
url("/assets/images/asset_double_right.png")
;
background-position
:
right
10px
top
8px
;
background-repeat
:
no-repeat
;
.panel-title
{
...
...
src/assets/css/responsive.scss
View file @
f5a9006e
...
...
@@ -36,6 +36,29 @@
/* 01. Smartphones (portrait and landscape) ----------- */
@media
only
screen
and
(
min-device-width
:
320px
)
and
(
max-device-width
:
480px
)
{
.navbar
{
padding
:
20px
;
background
:
rgba
(
0
,
0
,
0
,
0
.5
);
.container-fluid
{
max-width
:
100%
!
important
;
.navbar-nav
{
li
{
a
{
padding
:
15px
!
important
;
}
}
}
}
}
.leftRs
{
display
:
none
!
important
;
}
.rightRs
{
display
:
none
!
important
;
}
.service_map
{
display
:
none
;
}
.login_modal_wrapper
{
.modal_close
{
display
:
none
!
important
;
...
...
@@ -43,11 +66,13 @@
}
.main_wrapper
{
.title_banner_overlay
{
padding-top
:
9
0px
;
padding-top
:
12
0px
;
padding-bottom
:
30px
;
.title_banner
{
h1
{
font-size
:
24px
;
line-height
:
35px
;
font-weight
:
400
!
important
;
}
}
}
...
...
@@ -80,8 +105,11 @@
}
}
}
.testmonial_div
{
.test
i
monial_div
{
padding
:
0px
!
important
;
.container-fluid
{
max-width
:
100%
!
important
;
}
}
.login_modal_content
{
padding
:
15px
!
important
;
...
...
@@ -90,6 +118,14 @@
h3
{
padding-bottom
:
25px
!
important
;
}
.login_modal_inner
{
select
{
margin-bottom
:
15px
;
}
input
{
margin-bottom
:
15px
;
}
}
}
.log_btn
{
width
:
135px
!
important
;
...
...
@@ -103,6 +139,9 @@
.book_now
{
width
:
100%
!
important
;
}
.book_now_disabled
{
width
:
100%
!
important
;
}
}
}
.login_modal_inner
{
...
...
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