Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
landing_pages
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
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alex
landing_pages
Commits
5d06c5fa
Commit
5d06c5fa
authored
Jan 31, 2019
by
Iren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add style for catalog
parent
51022323
Pipeline
#3605
failed with stage
Changes
3
Pipelines
1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
8 deletions
+17
-8
styles.css
css/styles.css
+8
-4
styles.css.map
css/styles.css.map
+0
-0
styles.less
css/styles.less
+9
-4
No files found.
css/styles.css
View file @
5d06c5fa
...
...
@@ -894,6 +894,7 @@ video {
font-family
:
SFUIDisplay-Light
;
font-size
:
18px
;
font-weight
:
300
;
line-height
:
24px
;
letter-spacing
:
0.24px
;
color
:
#303a81
;
line-height
:
21px
;
...
...
@@ -1511,7 +1512,7 @@ video {
background-size
:
100%
100%
;
background-position
:
center
;
padding-top
:
123px
;
padding-bottom
:
95
px
;
padding-bottom
:
77
px
;
}
@media
(
max-width
:
576px
)
{
.protection-background
{
...
...
@@ -1565,6 +1566,7 @@ video {
align-items
:
stretch
;
width
:
33%
;
margin-top
:
10px
;
margin-bottom
:
10px
;
padding-right
:
2%
;
height
:
auto
;
}
...
...
@@ -1727,6 +1729,8 @@ video {
@media
(
min-width
:
1250px
)
{
.tittle-catalog
{
width
:
665px
;
margin-top
:
20px
;
margin-bottom
:
50px
;
}
}
@media
(
max-width
:
768px
)
{
...
...
@@ -1828,7 +1832,7 @@ video {
margin-top
:
-20px
;
}
.catalog-text
{
max-width
:
56
%
;
max-width
:
60
%
;
margin-bottom
:
120px
;
margin-top
:
15px
;
}
...
...
@@ -1887,7 +1891,7 @@ video {
font-family
:
SFUIDisplay-Light
;
font-size
:
18px
;
font-weight
:
300
;
line-height
:
2
1
px
;
line-height
:
2
4
px
;
letter-spacing
:
0.24px
;
color
:
#303a81
;
}
...
...
@@ -1908,7 +1912,7 @@ video {
background
:
#f9fbff
;
background-size
:
100%
100%
;
background-position
:
center
;
padding-top
:
1
18
px
;
padding-top
:
1
40
px
;
padding-bottom
:
113px
;
margin-bottom
:
114px
;
}
...
...
css/styles.css.map
View file @
5d06c5fa
This diff is collapsed.
Click to expand it.
css/styles.less
View file @
5d06c5fa
...
...
@@ -1234,7 +1234,7 @@ padding-left: 45px;
background-size: 100% 100%;
background-position: center;
padding-top: 123px;
padding-bottom:
95
px;
padding-bottom:
77
px;
@media (max-width: 576px) {
padding-top: 51px;
}
...
...
@@ -1276,6 +1276,7 @@ padding-left: 45px;
align-items: stretch;
width: 33%;
margin-top: 10px;
margin-bottom: 10px;
padding-right: 2%;
height: auto;
@media (max-width: 992px) {
...
...
@@ -1402,6 +1403,8 @@ padding-left: 45px;
.tittle-catalog {
@media(min-width: 1250px){
width: 665px;
margin-top: 20px;
margin-bottom: 50px;
}
margin-bottom: 70px;
@media (max-width: 768px) {
...
...
@@ -1478,7 +1481,7 @@ padding-left: 45px;
margin-top: -20px;
}
.catalog-text {
max-width:
56
%;
max-width:
60
%;
margin-bottom: 120px;
margin-top: 15px;
@media (max-width: 768px) {
...
...
@@ -1523,11 +1526,12 @@ padding-left: 45px;
}
}
}
.catalog-tittle-text {
font-family: SFUIDisplay-Light;
font-size: 18px;
font-weight: 300;
line-height: 2
1
px;
line-height: 2
4
px;
letter-spacing: 0.24px;
color: #303a81;
@media (max-width: 768px) {
...
...
@@ -1539,12 +1543,13 @@ padding-left: 45px;
letter-spacing: 0.14px;
}
}
/*technology*/
.technology {
background: #f9fbff;
background-size: 100% 100%;
background-position: center;
padding-top: 1
18
px;
padding-top: 1
40
px;
padding-bottom: 113px;
margin-bottom: 114px;
@media (max-width: 576px) {
...
...
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