Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
P
ptd
Project
Project
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
Quan Nguyen
ptd
Commits
be8bacb5
Commit
be8bacb5
authored
May 12, 2020
by
Chi Bui
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit responsive
parent
87b2423f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
71 additions
and
3 deletions
+71
-3
styles.css
themes/contrib/estore/css/styles.css
+70
-2
logo.png
themes/contrib/estore/logo.png
+0
-0
block--system-branding-block.html.twig
...re/templates/block/block--system-branding-block.html.twig
+1
-1
page.html.twig
themes/contrib/estore/templates/system/page.html.twig
+0
-0
No files found.
themes/contrib/estore/css/styles.css
View file @
be8bacb5
...
...
@@ -20,7 +20,22 @@ body {
-ms-text-size-adjust
:
100%
;
}
/* custom product */
article
.commerce-product.teaser
.product-image
.products-hover-wrapper
{
opacity
:
0
!important
;
cursor
:
pointer
;
}
article
.commerce-product.teaser
:hover
form
[
class
*=
"add-to-cart-form"
]
button
[
id
*=
"edit-submit"
]
{
opacity
:
0
!important
}
article
.commerce-product.teaser
.product-image
img
:hover
{
transform
:
scale
(
1.2
);
}
article
.commerce-product.teaser
.product-image
img
{
transition
:
all
.4s
linear
;
}
/* invi custom */
.middle-header-wrapper
{
background-color
:
#f8ebbc
!important
;
}
...
...
@@ -38,7 +53,9 @@ body {
.menu--main
.open
ul
.sidebar-submenu-2.three-level
{
flex-direction
:
row
!important
;
}
.middle-header-wrapper
.col-md-3
{
padding
:
0
!important
}
.menu--main
.open
ul
.sidebar-submenu-2
li
a
{
white-space
:
normal
;
padding
:
0
5px
;
...
...
@@ -52,6 +69,7 @@ body {
.menu--main
.open
ul
.sidebar-submenu-2.sidebar-submenu-3
li
{
padding
:
7px
0
}
/* .menu--main .open ul.sidebar-submenu-2 ul.slidebar-submenu-3 {
display: flex;
flex-direction: column !important;
...
...
@@ -655,6 +673,56 @@ header.navbar .block-search-navigation .search-icon {
.mobile-top
{
display
:
none
;
}
/* invi 1440 */
@media
(
max-width
:
1440px
)
{
header
.navbar
.main-menu
ul
.menu
li
:first-child
{
margin-left
:
0
!important
;
}
header
.navbar
.main-menu
ul
.menu
li
{
float
:
left
!important
;
margin-left
:
15px
!important
;
font-size
:
13px
!important
;
font-weight
:
700
!important
;
line-height
:
43px
!important
;
}
header
.navbar
.category-menu
{
font-size
:
13px
}
header
.navbar
.category-menu
.block-title
span
{
font-size
:
13px
}
.top-header-wrapper
.right-top-header
ul
.menu
.first
a
{
right
:
110px
!important
}
.middle-header-wrapper
.region-left-middle-header
.branding-block
.site-title
.name
{
font-size
:
26px
!important
;
}
.middle-header-wrapper
.region-left-middle-header
.branding-block
.logo
img
{
width
:
36px
!important
}
.top-header-wrapper
.left-top-header
{
margin-top
:
-12px
!important
;
}
.top-header-wrapper
.left-top-header
>
div
{
margin
:
6px
5px
!important
;
}
.top-header-wrapper
{
height
:
100px
!important
;
position
:
relative
;
}
.top-header-wrapper
.left-top-header
>
div
:first-child
{
margin-left
:
5px
}
.top-header-wrapper
.right-top-header
ul
.menu
a
{
position
:
absolute
;
top
:
16px
;
right
:
0
;
width
:
76px
;
/* margin: auto; */
display
:
flex
;
justify-content
:
center
;
}
}
/* invi 991 response */
@media
(
max-width
:
991px
)
{
header
.navbar
.category-menu
ul
.menu.litte-menu
{
...
...
@@ -10562,7 +10630,7 @@ header.navbar .main-menu .toggle-wrap {
header
.navbar
.main-menu
ul
.menu
li
{
float
:
left
;
margin-left
:
3
8
px
;
margin-left
:
3
0
px
;
font-size
:
14px
;
font-weight
:
700
;
line-height
:
43px
;
...
...
themes/contrib/estore/logo.png
View replaced file @
87b2423f
View file @
be8bacb5
This image diff could not be displayed because it is too large. You can
view the blob
instead.
themes/contrib/estore/templates/block/block--system-branding-block.html.twig
View file @
be8bacb5
...
...
@@ -19,7 +19,7 @@
<div
class=
"branding-block clearfix"
>
{%
if
site_logo
%}
<a
class=
"logo navbar-btn pull-left"
href=
"
{{
path
(
'<front>'
)
}}
"
title=
"
{{
'Home'
|
t
}}
"
rel=
"home"
>
<img
class=
"logo_img"
src=
"/themes/contrib/estore/logo.
sv
g"
alt=
"
{{
'Home'
|
t
}}
"
/>
<img
class=
"logo_img"
src=
"/themes/contrib/estore/logo.
pn
g"
alt=
"
{{
'Home'
|
t
}}
"
/>
</a>
{%
endif
%}
...
...
themes/contrib/estore/templates/system/page.html.twig
View file @
be8bacb5
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