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
f835c855
Commit
f835c855
authored
Feb 01, 2019
by
Iren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add windows
parent
4bdd0f24
Pipeline
#3653
failed with stage
Changes
4
Pipelines
1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
13 deletions
+15
-13
styles.css
css/styles.css
+5
-3
styles.css.map
css/styles.css.map
+0
-0
styles.less
css/styles.less
+10
-10
index.html
index.html
+0
-0
No files found.
css/styles.css
View file @
f835c855
...
...
@@ -2725,9 +2725,6 @@ p.price-p {
margin-left
:
15px
;
color
:
#c94d4e
;
}
.vvv
p
{
height
:
35px
;
}
.price-mobile-line-big
{
margin-left
:
-15px
;
width
:
187px
;
...
...
@@ -3170,4 +3167,8 @@ input.form-last-child {
width
:
5px
;
}
}
.price-mobile-window-none
{
position
:
absolute
;
display
:
none
;
}
/*# sourceMappingURL=styles.css.map */
\ No newline at end of file
css/styles.css.map
View file @
f835c855
This diff is collapsed.
Click to expand it.
css/styles.less
View file @
f835c855
...
...
@@ -1119,7 +1119,7 @@ video {
min-height: 70px;
width: 405px;
@media(min-width: 1270px){
padding-left: 40px;
padding-left: 40px;
}
@media (max-width: 992px) {
width: 260px;
...
...
@@ -1876,7 +1876,7 @@ padding-left: 40px;
font-size: 10px;
}
}
}
}
.price p.price-user{
font-family: SFUIDisplay-Light;
text-transform: uppercase;
...
...
@@ -1894,7 +1894,7 @@ padding-left: 40px;
font-size: 10px;
}
}
}
}
.price {
margin-top: -20px;
}
...
...
@@ -2054,7 +2054,7 @@ p.price-p {
width: 50px;
}
}
/*
/*
position: absolute;
top: 30px;
left: 1px;*/
...
...
@@ -2123,7 +2123,6 @@ p.price-p {
position: absolute;
display: none;
}
}
.price-mobile-tittle {
margin-left: 9px;
...
...
@@ -2220,11 +2219,6 @@ p.price-p {
color: #c94d4e;
}
}
.vvv {
p {
height: 35px;
}
}
.price-mobile-line-big {
margin-left: -15px;
width: 187px;
...
...
@@ -2625,5 +2619,11 @@ footer {
}
.price-mobile-window-none {
position: absolute;
display: none;
}
index.html
View file @
f835c855
This diff is collapsed.
Click to expand it.
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