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
ba18f335
Commit
ba18f335
authored
May 14, 2020
by
Chi Bui
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit header
parent
b0eb1f72
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
21 additions
and
9 deletions
+21
-9
settings.php
sites/default/settings.php
+1
-1
styles.css
themes/contrib/estore/css/styles.css
+17
-5
logo0.png
themes/contrib/estore/logo0.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
+2
-2
No files found.
sites/default/settings.php
View file @
ba18f335
...
...
@@ -767,7 +767,7 @@
include
$app_root
.
'/'
.
$site_path
.
'/settings.local.php'
;
}
$databases
[
'default'
][
'default'
]
=
array
(
'database'
=>
'invi_ptd'
,
'database'
=>
'invi_ptd
2
'
,
'username'
=>
'invi_dev'
,
'password'
=>
'Invi@123456789a@A'
,
'prefix'
=>
''
,
...
...
themes/contrib/estore/css/styles.css
View file @
ba18f335
...
...
@@ -48,7 +48,23 @@ article.commerce-product.teaser .product-image img {
background-color
:
#f7df24
!important
;
padding-bottom
:
16px
;
}
.region-middle-header
{
min-width
:
100%
;
}
.region-middle-header
.contextual-region.main-menu
{
width
:
100%
;
}
.region-middle-header
.contextual-region.main-menu
.menu--main
{
display
:
flex
;
width
:
100%
;
justify-content
:
space-around
;
}
.pin
{
width
:
100%
!important
;
}
header
.navbar
.main-menu
ul
.menu
li
{
margin-left
:
0
!important
}
.menu--main
.open
ul
.sidebar-submenu-2
li
:hover
{
background
:
white
!important
;
}
...
...
@@ -466,10 +482,6 @@ header.navbar .category-menu ul.menu.litte-menu {
animation
:
mymove
3s
infinite
linear
;
}
.middle-header-wrapper
.container-fluid
.col-md-7.text-center
{
display
:
flex
;
justify-content
:
center
;
}
.middle-header-wrapper
.container-fluid
{
display
:
flex
;
...
...
themes/contrib/estore/logo0.png
0 → 100644
View file @
ba18f335
This diff is collapsed.
Click to expand it.
themes/contrib/estore/templates/block/block--system-branding-block.html.twig
View file @
ba18f335
...
...
@@ -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.png"
alt=
"
{{
'Home'
|
t
}}
"
/>
<img
class=
"logo_img"
src=
"/themes/contrib/estore/logo
0
.png"
alt=
"
{{
'Home'
|
t
}}
"
/>
</a>
{%
endif
%}
...
...
themes/contrib/estore/templates/system/page.html.twig
View file @
ba18f335
...
...
@@ -140,7 +140,7 @@
{%
endif
%}
</div>
<div
class=
"col-lg-6 col-md-
7
col-xs-2 order-button text-center"
>
<div
class=
"col-lg-6 col-md-
6
col-xs-2 order-button text-center"
>
<header
{{
navbar_attributes.addclass
(
navbar_classes
)
}}
id=
"navbar"
role=
"banner"
>
<div
class=
"navbar-header"
>
{%
if
page.middle_header
%}
...
...
@@ -154,7 +154,7 @@
</button>
</div>
<div
class=
"col-md-
2
col-lg-3 col-xs-3"
>
<div
class=
"col-md-
3
col-lg-3 col-xs-3"
>
{%
if
page.right_middle_header
%}
{{
page.right_middle_header
}}
{%
endif
%}
...
...
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