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
768daeb0
Commit
768daeb0
authored
Jul 15, 2019
by
Aksa98
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
final
parent
b601f78b
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
66 additions
and
4 deletions
+66
-4
contact.component.scss
src/app/body/contact/contact.component.scss
+4
-2
products.component.scss
src/app/body/products/products.component.scss
+3
-0
responsive.scss
src/assets/responsive.scss
+59
-2
No files found.
src/app/body/contact/contact.component.scss
View file @
768daeb0
...
...
@@ -27,6 +27,8 @@
color
:
#464646
;
text-align
:
center
;
font-weight
:
500
;
margin-top
:
22px
;
margin-bottom
:
22px
;
}
.head-cnt
hr
{
width
:
56px
;
...
...
@@ -58,10 +60,10 @@
}
.txt-left
{
margin-right
:
10
px
;
margin-right
:
5
px
;
}
.txt-right
{
margin-left
:
10
px
;
margin-left
:
5
px
;
}
select
{
outline
:
none
;
...
...
src/app/body/products/products.component.scss
View file @
768daeb0
...
...
@@ -68,6 +68,9 @@
.nav-tabs
{
border-bottom
:
none
;
margin-top
:
25px
;
margin-bottom
:
25px
;
.nav-link
{
padding
:
5px
20px
5px
20px
;
color
:
#6e6e6e
;
...
...
src/assets/responsive.scss
View file @
768daeb0
...
...
@@ -397,10 +397,12 @@ h2{
}
}
}
/************************footer***********************/
.foot-codeinfo
{
.col-md-4
{
max-width
:
220px
!
important
;
padding
:
0px
!
important
;
input
{
width
:
150px
!
important
;
height
:
22px
!
important
;
...
...
@@ -415,7 +417,11 @@ h2{
}
}
.col-md-2
{
padding
:
0px
!
important
;
}
}
/**********product**************************/
.pro-main
{
padding-top
:
75px
!
important
;
.decl
{
...
...
@@ -483,14 +489,64 @@ h2{
}
@media
only
screen
and
(
min-width
:
1400px
)
and
(
max-device-width
:
1600px
)
{
/****************footer**************************/
.foot-codeinfo
{
.container
{
.row
{
.col-md-4
{
.margins
{
h5
{
font-size
:
20px
!
important
;
}
p
{
font-size
:
16px
!
important
;
}
}
}
.col-md-2
{
h5
{
font-size
:
20px
!
important
;
}
a
{
font-size
:
16px
!
important
;
}
}
}
}
}
/***************product*****************************/
.products-det
{
.nav-tabs
{
margin-top
:
25px
!
important
;
margin-bottom
:
40px
!
important
;
.nav-link
{
padding
:
5px
40px
5px
40px
!
important
;
}
}
}
}
/* 08.0 Large screens ----------- */
@media
only
screen
and
(
min-width
:
1824px
)
{}
@media
only
screen
and
(
min-width
:
1824px
)
{
}
/* 09.0 iPhone 4 ----------- */
...
...
@@ -528,6 +584,7 @@ h2{
/* 15.0 Samsung Galaxy S5 ----------- */
@media
only
screen
and
(
min-device-width
:
360px
)
and
(
max-device-height
:
640px
)
and
(
orientation
:
landscape
)
and
(
-
webkit-device-pixel-ratio
:
3
)
{
/*************contact**************************************/
.cnt
{
.head-cnt
{
p
{
...
...
@@ -535,7 +592,7 @@ h2{
}
}
}
/***********footer***********************************/
.foot-codeinfo
{
.col-md-4
{
margin-left
:
25px
!
important
;
...
...
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