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
a16d1559
Commit
a16d1559
authored
Dec 25, 2018
by
Ruslan Karimov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#2675. Арт Проект. Размещение кейса по DEKraft
parent
84ca8796
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
85 additions
and
0 deletions
+85
-0
frontend/web/css/style_30.11.2018.css
frontend/web/css/style_30.11.2018.css
+85
-0
No files found.
frontend/web/css/style_30.11.2018.css
View file @
a16d1559
...
...
@@ -1830,3 +1830,88 @@
font-size
:
24px
;
}
}
.main_content
{
background
:
#fff
;
color
:
#2d323a
;
margin-top
:
-120px
;
padding-top
:
70px
;
padding-bottom
:
48px
;
}
.main_content
h2
{
font-size
:
25px
;
color
:
#494949
;
font-family
:
"RobotoBold"
;
margin-bottom
:
25px
;
}
.main_content
p
{
margin-bottom
:
15px
;
font-size
:
17px
;
line-height
:
26px
;
}
.main_content
strong
{
font-family
:
"RobotoBold"
;
color
:
#494949
;
line-height
:
22px
;
}
.point_img_box_wr
{
position
:
relative
;
}
.point_img
img
{
width
:
100%
;
height
:
auto
;
}
.point_img_list
{
counter-reset
:
myCounter
;
}
.point_img_list
li
{
font-size
:
16px
;
line-height
:
20px
;
position
:
absolute
;
}
.point_img_list_resp
{
padding-left
:
20px
;
display
:
none
;
margin-bottom
:
30px
;
list-style-type
:
decimal
;
}
.point_img_list_resp
li
{
margin
:
0
0
15px
0
;
text-align
:
left
;
line-height
:
25px
;
}
.point_img_list_resp
li
br
{
display
:
none
;
}
.point_img_list
li
:before
{
counter-increment
:
myCounter
;
content
:
counter
(
myCounter
);
font-size
:
16px
;
line-height
:
20px
;
font-weight
:
bold
;
display
:
none
;
}
@media
only
screen
and
(
max-width
:
767px
){
.point_img_list_resp
{
display
:
block
;
}
.point_img_list
li
:before
{
display
:
block
;
}
.point_img_list
li
{
height
:
20px
;
padding
:
0
4px
;
overflow
:
hidden
;
}
.point_img_box_wr
{
margin-bottom
:
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