Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
metroshoes
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Anoop
metroshoes
Commits
88887e85
Commit
88887e85
authored
May 06, 2021
by
Anoop
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
metroshoes footer animation
parent
e47ce0d4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
25 additions
and
17 deletions
+25
-17
style.css
css/style.css
+9
-0
style.css.map
css/style.css.map
+0
-0
script.js
js/script.js
+0
-17
_header.scss
scss/_header.scss
+16
-0
store-locator_without-search.html
store-locator_without-search.html
+0
-0
No files found.
css/style.css
View file @
88887e85
...
...
@@ -850,6 +850,9 @@
right
:
auto
;
visibility
:
inherit
;
}
.noSearch
.container
{
padding-bottom
:
0
!important
;
}
}
@media
(
min-width
:
737px
)
and
(
max-width
:
767px
)
{
...
...
@@ -868,6 +871,12 @@
}
}
@media
(
min-width
:
768px
)
and
(
max-width
:
992px
)
{
.noSearch
.flex
{
padding-bottom
:
0
!important
;
}
}
.storeLFooter
{
background
:
#f9f9f9
;
padding
:
30px
0
0
;
...
...
css/style.css.map
View file @
88887e85
This diff is collapsed.
Click to expand it.
js/script.js
View file @
88887e85
...
...
@@ -64,22 +64,5 @@
$
(
this
).
siblings
(
".footer-menu"
).
toggleClass
(
"open"
);
$
(
this
).
parents
(
".list"
).
siblings
(
".list"
).
children
(
".dropdown, .footer-menu"
).
removeClass
(
"open"
);
});
//
// $('.booking-widget .rvp-search-box').click(function () {
// if ($('.searchWidget').length) {
// const o = $('.searchWidget').offset().top;
// const h = $('#rwp_fixed_space').outerHeight();
// var body = $("html, body");
// body.stop().animate({ scrollTop: (o - h) }, 500, 'swing', function () {
// console.log("Finished animating");
// });
// }
// $(this).addClass('rvp-hide').parents("#rvp-form-container-other-wrapper").siblings('#rvp_formContainer').removeClass('rvp-hide');
// $('input[name=pickLocation]').focus();
// })
})(
jQuery
);
scss/_header.scss
View file @
88887e85
...
...
@@ -497,6 +497,8 @@
}
}
@media
(
min-width
:
993px
)
{
.storeLHeader
{
.nav
ul
>
li
:hover
>
div
.sub-menu-block
{
...
...
@@ -910,6 +912,12 @@
visibility
:
inherit
;
}
}
.noSearch
{
.container
{
padding-bottom
:
0
!
important
;
}
}
}
@media
(
min-width
:
737px
)
and
(
max-width
:
767px
)
{
...
...
@@ -926,3 +934,11 @@
top
:
53px
;
}
}
@media
(
min-width
:
768px
)
and
(
max-width
:
992px
)
{
.noSearch
{
.flex
{
padding-bottom
:
0
!
important
;
}
}
}
store-locator_without-search.html
0 → 100644
View file @
88887e85
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