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
ee4d3360
Commit
ee4d3360
authored
Jul 15, 2019
by
aksa
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'aksa' into 'master'
Aksa See merge request
!14
parents
d0db7fd0
41f36152
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
70 additions
and
7 deletions
+70
-7
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
+63
-5
No files found.
src/app/body/contact/contact.component.scss
View file @
ee4d3360
...
...
@@ -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 @
ee4d3360
...
...
@@ -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 @
ee4d3360
...
...
@@ -453,13 +453,16 @@ nav{
}
}
}
}
}
}
}
/************************footer***********************/
.foot-codeinfo
{
.col-md-4
{
max-width
:
220px
!
important
;
padding
:
0px
!
important
;
input
{
width
:
150px
!
important
;
height
:
22px
!
important
;
...
...
@@ -474,7 +477,11 @@ nav{
}
}
.col-md-2
{
padding
:
0px
!
important
;
}
}
/**********product**************************/
.pro-main
{
padding-top
:
75px
!
important
;
.decl
{
...
...
@@ -792,14 +799,64 @@ nav{
}
}
@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 ----------- */
...
...
@@ -837,6 +894,7 @@ nav{
/* 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
{
...
...
@@ -844,7 +902,7 @@ nav{
}
}
}
/***********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