Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
Codeinfotech
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
Codeinfotech
Commits
4e352a76
Commit
4e352a76
authored
5 years ago
by
abraham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new
parent
eb3ca2d2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
2 deletions
+24
-2
landingpage.component.ts
src/app/body/landingpage/landingpage.component.ts
+0
-1
responsive.scss
src/assets/responsive.scss
+24
-1
No files found.
src/app/body/landingpage/landingpage.component.ts
View file @
4e352a76
...
...
@@ -14,5 +14,4 @@ export class LandingpageComponent implements OnInit {
firstConfig
=
{
"slidesToShow"
:
1
,
"slidesToScroll"
:
1
,
"arrows"
:
false
,
"dots"
:
true
,
"autoplay"
:
true
,
"autoplaySpeed"
:
2000
};
solutionConfig
=
{
"slidesToShow"
:
1
,
"slidesToScroll"
:
1
,
"arrows"
:
true
,
"dots"
:
true
,
"autoplay"
:
false
,
"autoplaySpeed"
:
2000
,
responsive
:[{
breakpoint
:
800
,
settings
:
"unslick"
}]};
templateConfig
=
{
"slidesToShow"
:
1
,
"slidesToScroll"
:
1
,
"arrows"
:
true
,
"dots"
:
true
,
"autoplay"
:
false
,
"autoplaySpeed"
:
2000
,
responsive
:[{
breakpoint
:
800
,
settings
:
"unslick"
}]};
ratingConfig
=
{
"slidesToShow"
:
1
,
"slidesToScroll"
:
1
,
"arrows"
:
true
,
"autoplay"
:
false
,
"autoplaySpeed"
:
2000
,
responsive
:[{
breakpoint
:
800
,
settings
:{
arrows
:
false
}}]};
}
This diff is collapsed.
Click to expand it.
src/assets/responsive.scss
View file @
4e352a76
...
...
@@ -472,7 +472,8 @@ nav{
font-size
:
32px
!
important
;
}
p
{
font-size
:
18px
!
important
;
font-size
:
22px
!
important
;
margin-top
:
30px
!
important
;
}
}
}
...
...
@@ -486,6 +487,28 @@ nav{
.rating_review
{
width
:
100%
!
important
;
text-align
:
center
!
important
;
padding-left
:
0px
!
important
;
.rating_review_box
{
.rating_slide
{
.rating_review_box_one
{
.row
{
.rating_head
{
.for-design-quality
{
font-size
:
20px
!
important
;
}
.kochi_taxi
{
font-size
:
19px
!
important
;
}
}
}
.rating_body
{
.rating_content
{
font-size
:
20px
!
important
;
}
}
}
}
}
}
.advert_space
{
text-align
:
center
!
important
;
...
...
This diff is collapsed.
Click to expand it.
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