Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
Moments
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
Trainees_UI_Team
Moments
Commits
64153372
Commit
64153372
authored
Jul 25, 2019
by
abraham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
headerpadding
parent
bf07fe43
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
328 additions
and
313 deletions
+328
-313
home.component.html
src/app/body/home/home.component.html
+5
-1
home.component.scss
src/app/body/home/home.component.scss
+225
-223
responsive.scss
src/assets/responsive.scss
+98
-89
No files found.
src/app/body/home/home.component.html
View file @
64153372
<div
class=
"m_home_banner"
>
<div
class=
"m_home"
>
<div
class=
"m_home_banner"
>
<div
class=
"container"
>
<div
class=
"container"
>
<div
class=
"m_home_banner_content"
>
<div
class=
"m_home_banner_content"
>
<h1>
Wedding planning starts here..
</h1>
<h1>
Wedding planning starts here..
</h1>
...
@@ -368,4 +369,6 @@
...
@@ -368,4 +369,6 @@
</div>
</div>
</div>
</div>
</div>
</div>
</div>
\ No newline at end of file
src/app/body/home/home.component.scss
View file @
64153372
.m_home_banner
{
.m_home
{
background-image
:
url("../../../assets/img/1519800888_1.png")
;
padding-top
:
100px
;
background-size
:
cover
;
.m_home_banner
{
background-repeat
:
no-repeat
;
background-image
:
url("../../../assets/img/1519800888_1.png")
;
.container
{
background-size
:
cover
;
padding-top
:
400px
;
background-repeat
:
no-repeat
;
padding-bottom
:
200px
;
.container
{
.m_home_banner_content
{
padding-top
:
400px
;
text-align
:
center
;
padding-bottom
:
200px
;
h1
{
.m_home_banner_content
{
font-weight
:
400
;
text-align
:
center
;
font-size
:
36px
;
h1
{
color
:
#ffffff
;
font-weight
:
400
;
}
font-size
:
36px
;
.input_box
{
color
:
#ffffff
;
position
:
relative
;
}
width
:
80%
;
.input_box
{
margin
:
0
auto
;
position
:
relative
;
.input_cont
{
width
:
80%
;
height
:
60px
;
margin
:
0
auto
;
background-color
:
#ffffff
;
.input_cont
{
padding
:
10px
10px
10px
10px
;
height
:
60px
;
border-radius
:
30px
;
background-color
:
#ffffff
;
input
{
padding
:
10px
10px
10px
10px
;
float
:
left
;
border-radius
:
30px
;
width
:
calc
(
100%
-
40px
);
input
{
height
:
100%
;
float
:
left
;
border-radius
:
20px
;
width
:
calc
(
100%
-
40px
);
border
:
transparent
;
height
:
100%
;
outline
:
none
;
border-radius
:
20px
;
padding-left
:
20px
;
border
:
transparent
;
&
:
:
placeholder
{
outline
:
none
;
opacity
:
.5
;
padding-left
:
20px
;
&
:
:
placeholder
{
opacity
:
.5
;
}
}
}
}
.input_box_button
{
.input_box_button
{
float
:
right
;
float
:
right
;
width
:
40px
;
width
:
40px
;
height
:
40px
;
height
:
40px
;
border-radius
:
50%
;
border-radius
:
50%
;
background-color
:
rgb
(
194
,
55
,
194
)
;
background-color
:
rgb
(
194
,
55
,
194
);
i
{
i
{
font-size
:
18px
;
font-size
:
18
px
;
padding-top
:
11
px
;
padding-top
:
11px
;
color
:
#e2e2e2
;
color
:
#e2e2e2
;
}
}
}
}
}
}
.search_drop
{
.search_drop
{
position
:
absolute
;
position
:
absolute
;
background-color
:
#fff
;
background-color
:
#fff
;
width
:
100%
;
width
:
100%
;
top
:
65px
;
top
:
6
5px
;
border-radius
:
5px
;
border-radius
:
5
px
;
left
:
0
px
;
lef
t
:
0px
;
righ
t
:
0px
;
right
:
0px
;
.row
{
.row
{
padding-top
:
20px
;
padding-top
:
2
0px
;
padding-left
:
1
0px
;
padding-left
:
1
0px
;
padding-bottom
:
3
0px
;
padding-bottom
:
30px
;
.col
{
.col
{
.search_drop_item
{
.search_drop_item
{
text-align
:
left
;
text-align
:
left
;
padding
:
10px
;
padding
:
10px
;
img
{
img
{
height
:
25px
;
height
:
25px
;
width
:
25px
;
width
:
25px
;
}
}
p
{
p
{
padding-left
:
10px
;
padding-left
:
10px
;
display
:
inline
;
display
:
inline
;
font-weight
:
400
;
font-weight
:
400
;
font-size
:
12px
;
font-size
:
12px
;
color
:
#a1a1a1
;
color
:
#a1a1a1
;
}
}
}
}
}
}
}
}
}
}
}
}
.search_toggle
{
.search_toggle
{
padding-top
:
50px
;
padding-top
:
50px
;
width
:
auto
;
width
:
auto
;
display
:
inline-block
;
display
:
inline-block
;
margin
:
0
auto
;
margin
:
0
auto
;
p
{
p
{
cursor
:
pointer
;
cursor
:
pointer
;
color
:
#fff
;
color
:
#fff
;
font-weight
:
400
;
font-weight
:
400
;
font-size
:
15px
;
font-size
:
15px
;
border
:
1px
solid
#fff
;
border
:
1px
solid
#fff
;
padding
:
10px
20px
;
padding
:
10px
20px
;
background
:
rgba
(
0
,
0
,
0
,.
1
)
;
background
:
rgba
(
0
,
0
,
0
,.
1
)
;
margin-bottom
:
0px
;
margin-bottom
:
0px
;
}
}
}
}
}
}
}
}
}
}
.line_design
{
.line_design
{
hr
{
width
:
245px
;
border
:
4px
solid
rgb
(
194
,
55
,
194
);
border-radius
:
4px
;
margin
:
0
auto
;
}
}
.m_home_review
{
text-align
:
center
;
.star
{
padding-top
:
30px
;
}
.review_heading
{
padding-top
:
20px
;
hr
{
hr
{
border-top
:
1px
solid
rgba
(
0
,
0
,
0
,
.3
);
width
:
245px
;
max-width
:
400px
;
border
:
4px
solid
rgb
(
194
,
55
,
194
);
}
border-radius
:
4px
;
.heading_content
{
margin
:
0
auto
;
position
:
relative
;
bottom
:
30px
;
padding-left
:
10px
;
padding-right
:
10px
;
background-color
:
#fff
;
display
:
inline-block
;
h3
{
font-weight
:
400
;
font-size
:
24px
;
color
:
#646464
;
}
}
}
}
}
h6
{
.m_home_review
{
font-weight
:
400
;
text-align
:
center
;
font-size
:
16px
;
.star
{
color
:
#646464
;
padding-top
:
30px
;
}
}
.recent_line
{
.review_heading
{
width
:
80px
;
padding-top
:
20px
;
border
:
1px
solid
rgb
(
255
,
156
,
0
);
hr
{
}
border-top
:
1px
solid
rgba
(
0
,
0
,
0
,
.3
);
}
max-width
:
400px
;
.m_home_banner2
{
}
.row
{
.heading_content
{
margin-left
:
0px
;
position
:
relative
;
margin-right
:
0px
;
bottom
:
30px
;
.banner2_overlay1
{
padding-left
:
10px
;
padding-left
:
0px
;
padding-right
:
10px
;
padding-right
:
0px
;
background-color
:
#fff
;
max-width
:
40%
;
display
:
inline-block
;
img
{
h3
{
width
:
100%
;
font-weight
:
400
;
max-height
:
550px
;
font-size
:
24px
;
color
:
#646464
;
}
}
}
}
.banner2_overlay2
{
}
padding-left
:
0px
;
h6
{
padding-right
:
0px
;
font-weight
:
400
;
max-width
:
60%
;
font-size
:
16px
;
background-image
:
url("../../../assets/img/hj1.jpg")
;
color
:
#646464
;
background-repeat
:
no-repeat
;
}
background-size
:
cover
;
.recent_line
{
.b2_over2_Contents
{
width
:
80px
;
padding
:
90px
0px
0px
60px
;
border
:
1px
solid
rgb
(
255
,
156
,
0
);
h2
{
}
font-weight
:
400
;
}
font-size
:
30px
;
.m_home_banner2
{
color
:
#fff
;
.row
{
}
margin-left
:
0px
;
p
{
margin-right
:
0px
;
font-weight
:
300
;
.banner2_overlay1
{
font-size
:
16px
;
padding-left
:
0px
;
color
:
#fff
;
padding-right
:
0px
;
max-width
:
40%
;
img
{
width
:
100%
;
max-height
:
550px
;
}
}
.row
{
}
.col
{
.banner2_overlay2
{
max-width
:
150px
;
padding-left
:
0px
;
text-align
:
center
;
padding-right
:
0px
;
p
{
max-width
:
60%
;
background-image
:
url("../../../assets/img/hj1.jpg")
;
background-repeat
:
no-repeat
;
background-size
:
cover
;
.b2_over2_Contents
{
padding
:
90px
0px
0px
60px
;
h2
{
font-weight
:
400
;
font-size
:
30px
;
color
:
#fff
;
}
p
{
font-weight
:
300
;
font-size
:
16px
;
color
:
#fff
;
}
.row
{
.col
{
max-width
:
150px
;
text-align
:
center
;
text-align
:
center
;
p
{
text-align
:
center
;
font-weight
:
400
;
font-size
:
16px
;
margin
:
10px
0
0
0
;
color
:
#fff
;
}
}
}
.get_started
{
display
:
inline-block
;
padding-top
:
30px
;
button
{
color
:
#fff
;
font-weight
:
400
;
font-weight
:
400
;
font-size
:
16px
;
font-size
:
16px
;
margin
:
10px
0
0
0
;
padding
:
10px
20px
;
color
:
#fff
;
background
:
transparent
;
text-decoration-line
:
none
;
border
:
1px
solid
#fff
;
border-radius
:
30px
;
}
}
.logo_block
{
padding-top
:
30px
;
.logo_inline
{
display
:
inline-block
;
padding-right
:
10px
;
width
:
180px
;
img
{
width
:
100%
;
height
:
auto
;
}
}
}
}
}
}
}
.get_started
{
}
display
:
inline-block
;
}
padding-top
:
30px
;
}
button
{
.why_moments
{
color
:
#fff
;
padding-top
:
50px
;
font-weight
:
400
;
.container
{
font-size
:
16px
;
.row
{
padding
:
10px
20px
;
.col-md-3
{
background
:
transparent
;
h5
{
text-decoration-line
:
none
;
font-weight
:
400
;
border
:
1px
solid
#fff
;
font-size
:
18px
;
border-radius
:
30px
;
margin
:
10px
0
0
0
;
}
color
:
#767676
;
}
}
.logo_block
{
hr
{
padding-top
:
30px
;
width
:
50px
;
.logo_inline
{
border
:
1px
solid
rgb
(
255
,
156
,
0
);
display
:
inline-block
;
margin
:
16px
0px
16px
0px
;
padding-right
:
10px
;
}
width
:
180px
;
p
{
img
{
font-weight
:
400
;
width
:
100%
;
font-size
:
16px
;
height
:
auto
;
color
:
#626262
;
}
}
}
}
}
}
}
}
}
.why_moments_head
{
}
padding-top
:
20px
;
.why_moments
{
h3
{
padding-top
:
50px
;
padding-left
:
15px
;
.container
{
color
:
#767676
;
.row
{
.col-md-3
{
h5
{
font-weight
:
400
;
font-weight
:
400
;
font-size
:
18px
;
font-size
:
18px
;
margin
:
10px
0
0
0
;
margin-bottom
:
0px
;
color
:
#767676
;
line-height
:
2
;
}
hr
{
width
:
50px
;
border
:
1px
solid
rgb
(
255
,
156
,
0
);
margin
:
16px
0px
16px
0px
;
}
}
p
{
p
{
font-weight
:
400
;
font-weight
:
400
;
font-size
:
16px
;
font-size
:
16px
;
color
:
#626262
;
color
:
#a9a9a9
;
padding-top
:
20px
;
padding-bottom
:
20px
;
}
}
}
}
}
}
.why_moments_head
{
padding-top
:
20px
;
h3
{
padding-left
:
15px
;
color
:
#767676
;
font-weight
:
400
;
font-size
:
18px
;
margin-bottom
:
0px
;
line-height
:
2
;
}
p
{
font-weight
:
400
;
font-size
:
16px
;
color
:
#a9a9a9
;
padding-top
:
20px
;
padding-bottom
:
20px
;
}
}
}
}
}
}
\ No newline at end of file
src/assets/responsive.scss
View file @
64153372
...
@@ -46,50 +46,53 @@
...
@@ -46,50 +46,53 @@
}
}
}
}
//scss for home.html
//scss for home.html
.m_home_banner
{
.m_home
{
background-size
:
cover
!
important
;
padding-top
:
130px
!
important
;
.container
{
.m_home_banner
{
padding-top
:
20px
!
important
;
background-size
:
cover
!
important
;
padding-bottom
:
20px
!
important
;
.container
{
padding-top
:
20px
!
important
;
padding-bottom
:
20px
!
important
;
}
}
}
}
.m_home_banner2
{
.m_home_banner2
{
.row
{
.row
{
display
:
block
!
important
;
display
:
block
!
important
;
text-align
:
center
!
important
;
text-align
:
center
!
important
;
.banner2_overlay1
{
.banner2_overlay1
{
max-width
:
100%
!
important
;
max-width
:
100%
!
important
;
img
{
img
{
height
:
300px
!
important
;
height
:
300px
!
important
;
}
}
}
}
.banner2_overlay2
{
.banner2_overlay2
{
max-width
:
100%
!
important
;
max-width
:
100%
!
important
;
background-size
:
cover
!
important
;
background-size
:
cover
!
important
;
.b2_over2_Contents
{
.b2_over2_Contents
{
padding
:
20px
0px
20px
0px
!
important
;
padding
:
20px
0px
20px
0px
!
important
;
.row
{
.row
{
.col
{
.col
{
max-width
:
100%
!
important
;
max-width
:
100%
!
important
;
padding-bottom
:
15px
!
important
;
padding-bottom
:
15px
!
important
;
}
}
}
}
.get_started
{
.get_started
{
padding-top
:
15px
!
important
;
padding-top
:
15px
!
important
;
}
}
.logo_block
{
.logo_block
{
.logo_inline
{
.logo_inline
{
padding-left
:
10px
!
important
;
padding-left
:
1
0px
!
important
;
width
:
15
0px
!
important
;
width
:
150px
!
important
;
}
}
}
}
}
}
}
}
}
}
}
}
.why_moments
{
.why_moments
{
.why_moments_head
{
.why_moments_head
{
margin
:
5px
!
important
;
margin
:
5px
!
important
;
}
}
}
}
}
//scss for review_slide
//scss for review_slide
...
@@ -523,50 +526,52 @@ margin-top: 10px !important;
...
@@ -523,50 +526,52 @@ margin-top: 10px !important;
@media
only
screen
and
(
min-device-width
:
768px
)
and
(
max-device-width
:
1024px
)
{
@media
only
screen
and
(
min-device-width
:
768px
)
and
(
max-device-width
:
1024px
)
{
//scss for home.html
//scss for home.html
.m_home_banner
{
.m_home
{
background-size
:
cover
!
important
;
.m_home_banner
{
.container
{
background-size
:
cover
!
important
;
padding-top
:
100px
!
important
;
.container
{
padding-bottom
:
100px
!
important
;
padding-top
:
100px
!
important
;
padding-bottom
:
100px
!
important
;
}
}
}
}
.m_home_banner2
{
.m_home_banner2
{
.row
{
.row
{
display
:
block
!
important
;
display
:
block
!
important
;
text-align
:
center
!
important
;
text-align
:
center
!
important
;
.banner2_overlay1
{
.banner2_overlay1
{
max-width
:
100%
!
important
;
max-width
:
100%
!
important
;
img
{
img
{
height
:
500px
!
important
;
height
:
500px
!
important
;
}
}
}
}
.banner2_overlay2
{
.banner2_overlay2
{
max-width
:
100%
!
important
;
max-width
:
100%
!
important
;
background-size
:
cover
!
important
;
background-size
:
cover
!
important
;
.b2_over2_Contents
{
.b2_over2_Contents
{
padding
:
20px
0px
20px
0px
!
important
;
padding
:
20px
0px
20px
0px
!
important
;
.row
{
.row
{
.col
{
.col
{
padding-bottom
:
15px
!
important
;
padding-bottom
:
15px
!
important
;
max-width
:
33%
!
important
;
max-width
:
33%
!
important
;
display
:
inline-block
;
display
:
inline-block
;
}
}
}
}
}
}
}
}
}
}
}
}
.why_moments
{
.why_moments
{
.container
{
.container
{
.row
{
.row
{
.col-md-3
{
.col-md-3
{
max-width
:
50%
!
important
;
max-width
:
50%
!
important
;
flex
:
0
0
50%
!
important
;
flex
:
0
0
50%
!
important
;
}
}
}
}
}
}
.why_moments_head
{
.why_moments_head
{
margin
:
5px
!
important
;
margin
:
5px
!
important
;
}
}
}
}
}
//scss for review_slide
//scss for review_slide
...
@@ -877,27 +882,29 @@ margin-top: 10px !important;
...
@@ -877,27 +882,29 @@ margin-top: 10px !important;
@media
only
screen
and
(
min-width
:
1250px
)
and
(
max-device-width
:
1359px
)
{
@media
only
screen
and
(
min-width
:
1250px
)
and
(
max-device-width
:
1359px
)
{
//scss for home.html
//scss for home.html
.m_home_banner
{
.m_home
{
background-size
:
cover
!
important
;
.m_home_banner
{
.container
{
background-size
:
cover
!
important
;
padding-top
:
250px
!
important
;
.container
{
padding-bottom
:
150px
!
important
;
padding-top
:
250px
!
important
;
}
padding-bottom
:
150px
!
important
;
}
}
.m_home_banner2
{
}
.row
{
.m_home_banner2
{
.banner2_overlay2
{
.row
{
.b2_over2_Contents
{
.banner2_overlay2
{
padding
:
30px
0px
0px
30px
!
important
;
.b2_over2_Contents
{
padding
:
30px
0px
0px
30px
!
important
;
}
}
}
}
.why_moments
{
.why_moments_head
{
margin
:
5px
!
important
;
}
}
}
}
}
}
}
.why_moments
{
.why_moments_head
{
margin
:
5px
!
important
;
}
}
/////// login
/////// login
.m-login
{
.m-login
{
.col-md-6
{
.col-md-6
{
...
@@ -937,6 +944,7 @@ margin-top: 10px !important;
...
@@ -937,6 +944,7 @@ margin-top: 10px !important;
}
}
@media
only
screen
and
(
min-width
:
1360px
)
and
(
max-device-width
:
1399px
)
{
@media
only
screen
and
(
min-width
:
1360px
)
and
(
max-device-width
:
1399px
)
{
//scss for home.html
//scss for home.html
.m_home
{
.m_home_banner
{
.m_home_banner
{
background-size
:
cover
!
important
;
background-size
:
cover
!
important
;
.container
{
.container
{
...
@@ -957,6 +965,7 @@ margin-top: 10px !important;
...
@@ -957,6 +965,7 @@ margin-top: 10px !important;
}
}
}
}
}
}
}
}
}
@media
only
screen
and
(
min-width
:
1400px
)
and
(
max-device-width
:
1600px
)
{
@media
only
screen
and
(
min-width
:
1400px
)
and
(
max-device-width
:
1600px
)
{
...
...
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