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
41f36152
Commit
41f36152
authored
Jul 15, 2019
by
Aksa98
Browse files
Options
Browse Files
Download
Plain Diff
finalprj
parents
768daeb0
d0db7fd0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
30 additions
and
2 deletions
+30
-2
aboutus.component.scss
src/app/body/aboutus/aboutus.component.scss
+1
-0
landingpage.component.html
src/app/body/landingpage/landingpage.component.html
+0
-0
landingpage.component.scss
src/app/body/landingpage/landingpage.component.scss
+0
-0
landingpage.component.ts
src/app/body/landingpage/landingpage.component.ts
+2
-2
responsive.scss
src/assets/responsive.scss
+0
-0
styles.scss
src/styles.scss
+27
-0
No files found.
src/app/body/aboutus/aboutus.component.scss
View file @
41f36152
...
@@ -223,6 +223,7 @@
...
@@ -223,6 +223,7 @@
}
}
.container
{
.container
{
margin-top
:
50px
;
margin-top
:
50px
;
margin-bottom
:
30px
;
.row
{
.row
{
justify-content
:
space-around
;
justify-content
:
space-around
;
.col-md-5
{
.col-md-5
{
...
...
src/app/body/landingpage/landingpage.component.html
View file @
41f36152
This diff is collapsed.
Click to expand it.
src/app/body/landingpage/landingpage.component.scss
View file @
41f36152
This diff is collapsed.
Click to expand it.
src/app/body/landingpage/landingpage.component.ts
View file @
41f36152
...
@@ -11,6 +11,6 @@ export class LandingpageComponent implements OnInit {
...
@@ -11,6 +11,6 @@ export class LandingpageComponent implements OnInit {
ngOnInit
()
{
ngOnInit
()
{
}
}
firstConfig
=
{
"slidesToShow"
:
1
,
"slidesToScroll"
:
1
,
"arrows"
:
false
,
"dots"
:
true
,
"autoplay"
:
tru
e
,
"autoplaySpeed"
:
2000
};
firstConfig
=
{
"slidesToShow"
:
1
,
"slidesToScroll"
:
1
,
"arrows"
:
false
,
"dots"
:
true
,
"autoplay"
:
fals
e
,
"autoplaySpeed"
:
2000
};
ratingConfig
=
{
"slidesToShow"
:
1
,
"slidesToScroll"
:
1
,
"arrows"
:
true
,
"autoplay"
:
tru
e
,
"autoplaySpeed"
:
2000
,
responsive
:[{
breakpoint
:
480
,
settings
:{
arrows
:
false
}}]};
ratingConfig
=
{
"slidesToShow"
:
1
,
"slidesToScroll"
:
1
,
"arrows"
:
true
,
"autoplay"
:
fals
e
,
"autoplaySpeed"
:
2000
,
responsive
:[{
breakpoint
:
480
,
settings
:{
arrows
:
false
}}]};
}
}
src/assets/responsive.scss
View file @
41f36152
This diff is collapsed.
Click to expand it.
src/styles.scss
View file @
41f36152
...
@@ -28,5 +28,31 @@
...
@@ -28,5 +28,31 @@
font-size
:
30px
;
font-size
:
30px
;
}
}
}
}
.slick-list
{
.slick-track
{
.rating_slide
{
outline
:
none
;
}
}
}
}
}
//scss for slick_main
.backgnd_grey
{
.map_overlay
{
.map_contents
{
ngx-slick-carousel
{
.slick-dots
{
li
{
margin
:
0px
0px
;
button
{
&
:
:
before
{
font-size
:
10px
;
}
}
}
}
}
}
}
}
}
}
\ No newline at end of file
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