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
e768cfb3
Commit
e768cfb3
authored
Feb 06, 2019
by
Iren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add script for # window-too
parent
70059c90
Pipeline
#3760
canceled with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
9 deletions
+39
-9
styles.less
css/styles.less
+1
-1
index.html
index.html
+38
-8
No files found.
css/styles.less
View file @
e768cfb3
...
@@ -2390,7 +2390,7 @@ p.price-user-part {
...
@@ -2390,7 +2390,7 @@ p.price-user-part {
margin-top: 30px;
margin-top: 30px;
}
}
}
}
.
mobile-point-active
{
.
mobile-point-active
{
width: 12px;
width: 12px;
height: 12px;
height: 12px;
margin-left: 23px;
margin-left: 23px;
...
...
index.html
View file @
e768cfb3
...
@@ -2474,7 +2474,7 @@
...
@@ -2474,7 +2474,7 @@
</div>
</div>
<div
id=
"btn-third"
class=
"mobile-point"
>
<div
id=
"btn-third"
class=
"mobile-point"
>
</div>
</div>
<div
id=
"btn-fourth"
class=
"mobile-point-active"
>
<div
id=
"btn-fourth
-fourth
"
class=
"mobile-point-active"
>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -2556,24 +2556,54 @@
...
@@ -2556,24 +2556,54 @@
$
(
'#cat'
).
toggleClass
(
'page-header__burger--active'
);
$
(
'#cat'
).
toggleClass
(
'page-header__burger--active'
);
});
});
$
(
'#btn-fourth'
).
click
(
function
(
event
)
{
$
(
'#btn-fourth-fourth'
).
click
(
function
(
event
)
{
$
(
'#window-little-one'
).
toggleClass
(
'price-mobile-window-none'
);
$
(
'#window-little-one'
).
toggleClass
(
'price-mobile-window-none'
);
});
});
$
(
'#btn-fourth'
).
click
(
function
(
event
)
{
$
(
'#btn-fourth
-fourth
'
).
click
(
function
(
event
)
{
$
(
'#window-little-four'
).
toggleClass
(
'price-mobile-window-none'
);
$
(
'#window-little-four'
).
toggleClass
(
'price-mobile-window-none'
);
});
});
$
(
'#btn-fourth'
).
click
(
function
(
event
)
{
$
(
'#btn-fourth
-fourth
'
).
click
(
function
(
event
)
{
$
(
'#btn-one-first'
).
toggleClass
(
'yyy'
);
$
(
'#btn-one-first'
).
toggleClass
(
'yyy'
);
});
});
$
(
'#btn-fourth'
).
click
(
function
(
event
)
{
$
(
'#btn-one-fourth'
).
toggleClass
(
'mobile-point-active'
);
$
(
'#btn-fourth-fourth'
).
click
(
function
(
event
)
{
});
$
(
'#btn-fourth'
).
click
(
function
(
event
)
{
$
(
'#btn-one-fourth'
).
toggleClass
(
'mobile-point'
);
$
(
'#btn-one-fourth'
).
toggleClass
(
'mobile-point'
);
});
});
$
(
'#btn-one-first'
).
click
(
function
(
event
)
{
$
(
'#window-little-too'
).
toggleClass
(
'price-mobile-window-none'
);
});
$
(
'#btn-one-first'
).
click
(
function
(
event
)
{
$
(
'#window-little-one'
).
toggleClass
(
'price-mobile-window-none'
);
});
$
(
'#btn-one-first'
).
click
(
function
(
event
)
{
$
(
'#btn-too-too'
).
toggleClass
(
'yyy'
);
});
$
(
'#btn-one-first'
).
click
(
function
(
event
)
{
$
(
'#btn-too-fourth'
).
toggleClass
(
'mobile-point'
);
});
$
(
'#btn-too-too'
).
click
(
function
(
event
)
{
$
(
'#window-little-third'
).
toggleClass
(
'price-mobile-window-none'
);
});
$
(
'#btn-too-too'
).
click
(
function
(
event
)
{
$
(
'#window-little-too'
).
toggleClass
(
'price-mobile-window-none'
);
});
$
(
'#btn-too-too'
).
click
(
function
(
event
)
{
$
(
'#btn-third-third'
).
toggleClass
(
'yyy'
);
});
$
(
'#btn-too-too'
).
click
(
function
(
event
)
{
$
(
'#btn-third-fourth'
).
toggleClass
(
'mobile-point'
);
});
</script>
</script>
...
...
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