Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
taskonsite-архив-перенесен
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dmitry Korolev
taskonsite-архив-перенесен
Commits
9aa75d32
Commit
9aa75d32
authored
Dec 14, 2018
by
Ruslan Karimov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#2551. Оформление страницы по блокчейну
parent
e269b3ef
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
100 additions
and
0 deletions
+100
-0
frontend/web/css/custom.css
frontend/web/css/custom.css
+65
-0
frontend/web/css/screen.css
frontend/web/css/screen.css
+35
-0
frontend/web/images/benefit_icon_1.png
frontend/web/images/benefit_icon_1.png
+0
-0
frontend/web/images/benefit_icon_2.png
frontend/web/images/benefit_icon_2.png
+0
-0
frontend/web/images/benefit_icon_3.png
frontend/web/images/benefit_icon_3.png
+0
-0
frontend/web/images/benefit_icon_4.png
frontend/web/images/benefit_icon_4.png
+0
-0
frontend/web/images/benefit_icon_5.png
frontend/web/images/benefit_icon_5.png
+0
-0
frontend/web/images/block_chain.png
frontend/web/images/block_chain.png
+0
-0
frontend/web/images/cross_banner_crypt2.png
frontend/web/images/cross_banner_crypt2.png
+0
-0
No files found.
frontend/web/css/custom.css
View file @
9aa75d32
...
@@ -3512,4 +3512,69 @@ ul.list {
...
@@ -3512,4 +3512,69 @@ ul.list {
.sidebar_module--margin-bottom
{
.sidebar_module--margin-bottom
{
margin-bottom
:
15px
;
margin-bottom
:
15px
;
}
.benefits-block
{
padding
:
30px
0
;
}
.benefit-item
{
padding-top
:
5px
;
margin-bottom
:
50px
;
}
.benefit-item__title
{
font-size
:
24px
;
margin
:
0
0
20px
;
}
.benefit-item__text
{
font-size
:
18px
;
font-weight
:
bold
;
line-height
:
1.5
;
}
h3
.block-chain-header
{
font-size
:
24px
;
margin
:
20px
0
50px
;
font-weight
:
bold
;
}
.block-chain-item__title
{
margin-bottom
:
20px
;
font-size
:
20px
;
font-weight
:
bold
;
}
.block-chain-item__text
{
font-size
:
16px
;
line-height
:
1.5
;
}
.block-chain-item
{
margin-bottom
:
35px
;
}
@media
only
screen
and
(
min-width
:
768px
)
{
.block-chain
{
background
:
url(/images/block_chain.png)
no-repeat
left
top
;
}
.block-chain-item
{
margin-left
:
80px
;
}
.block-chain-item
:nth-child
(
2n
)
{
margin-left
:
130px
;
}
}
@media
only
screen
and
(
min-width
:
970px
)
{
h3
.block-chain-header
{
margin
:
20px
0
80px
;
}
.block-chain-item
{
margin-bottom
:
70px
;
}
}
}
\ No newline at end of file
frontend/web/css/screen.css
View file @
9aa75d32
...
@@ -135,6 +135,27 @@ u {
...
@@ -135,6 +135,27 @@ u {
line-height
:
22px
;
line-height
:
22px
;
}
}
@media
only
screen
and
(
min-width
:
480px
)
{
.benefit-item
{
padding-left
:
90px
;
}
.benefit-item.benefit-icon-1
{
background
:
url(/images/benefit_icon_1.png)
no-repeat
10px
top
;
}
.benefit-item.benefit-icon-2
{
background
:
url(/images/benefit_icon_2.png)
no-repeat
10px
top
;
}
.benefit-item.benefit-icon-3
{
background
:
url(/images/benefit_icon_3.png)
no-repeat
10px
top
;
}
.benefit-item.benefit-icon-4
{
background
:
url(/images/benefit_icon_4.png)
no-repeat
10px
top
;
}
.benefit-item.benefit-icon-5
{
background
:
url(/images/benefit_icon_5.png)
no-repeat
10px
top
;
}
}
@media
only
screen
and
(
min-width
:
320px
)
and
(
max-width
:
479px
)
{
@media
only
screen
and
(
min-width
:
320px
)
and
(
max-width
:
479px
)
{
.wow
{
.wow
{
-o-transition-property
:
none
!important
;
-o-transition-property
:
none
!important
;
...
@@ -13829,6 +13850,12 @@ li.appl_list_icon {
...
@@ -13829,6 +13850,12 @@ li.appl_list_icon {
display
:
table
;
display
:
table
;
clear
:
both
;
clear
:
both
;
}
}
.cross-banner--right
.cross-banner__content
,
.cross-banner--right
.cross-banner__image
{
float
:
right
;
}
.cross-banner__content
,
.cross-banner__content
,
.cross-banner__image
{
.cross-banner__image
{
float
:
left
;
float
:
left
;
...
@@ -13886,6 +13913,10 @@ li.appl_list_icon {
...
@@ -13886,6 +13913,10 @@ li.appl_list_icon {
text-decoration
:
none
;
text-decoration
:
none
;
}
}
.cross-banner--right
.cross-banner__content
{
padding-right
:
0
;
}
.cross-banner__content
{
.cross-banner__content
{
padding
:
30px
;
padding
:
30px
;
}
}
...
@@ -13895,6 +13926,10 @@ li.appl_list_icon {
...
@@ -13895,6 +13926,10 @@ li.appl_list_icon {
}
}
@media
only
screen
and
(
min-width
:
768px
)
{
@media
only
screen
and
(
min-width
:
768px
)
{
.cross-banner--right
.cross-banner__image
{
padding-right
:
25px
;
padding-left
:
0
;
}
.cross-banner__image
{
.cross-banner__image
{
display
:
block
;
display
:
block
;
padding-top
:
20px
;
padding-top
:
20px
;
...
...
frontend/web/images/benefit_icon_1.png
0 → 100644
View file @
9aa75d32
2.07 KB
frontend/web/images/benefit_icon_2.png
0 → 100644
View file @
9aa75d32
4.35 KB
frontend/web/images/benefit_icon_3.png
0 → 100644
View file @
9aa75d32
2.67 KB
frontend/web/images/benefit_icon_4.png
0 → 100644
View file @
9aa75d32
2.61 KB
frontend/web/images/benefit_icon_5.png
0 → 100644
View file @
9aa75d32
3.66 KB
frontend/web/images/block_chain.png
0 → 100644
View file @
9aa75d32
5.41 KB
frontend/web/images/cross_banner_crypt2.png
0 → 100644
View file @
9aa75d32
72.2 KB
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