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
fc07effa
Commit
fc07effa
authored
May 14, 2020
by
Chi Bui
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit product
parent
54713715
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
89 additions
and
15 deletions
+89
-15
settings.php
sites/default/settings.php
+1
-1
styles.css
themes/contrib/estore/css/styles.css
+88
-14
No files found.
sites/default/settings.php
View file @
fc07effa
...
@@ -767,7 +767,7 @@
...
@@ -767,7 +767,7 @@
include
$app_root
.
'/'
.
$site_path
.
'/settings.local.php'
;
include
$app_root
.
'/'
.
$site_path
.
'/settings.local.php'
;
}
}
$databases
[
'default'
][
'default'
]
=
array
(
$databases
[
'default'
][
'default'
]
=
array
(
'database'
=>
'invi_ptd'
,
'database'
=>
'invi_ptd
2
'
,
'username'
=>
'invi_dev'
,
'username'
=>
'invi_dev'
,
'password'
=>
'Invi@123456789a@A'
,
'password'
=>
'Invi@123456789a@A'
,
'prefix'
=>
''
,
'prefix'
=>
''
,
...
...
themes/contrib/estore/css/styles.css
View file @
fc07effa
...
@@ -38,6 +38,68 @@ article.commerce-product.teaser .product-image img:hover {
...
@@ -38,6 +38,68 @@ article.commerce-product.teaser .product-image img:hover {
article
.commerce-product.teaser
.product-image
img
{
article
.commerce-product.teaser
.product-image
img
{
transition
:
all
.4s
linear
;
transition
:
all
.4s
linear
;
}
}
/* blog custom invi */
.single-blog
{
overflow
:
hidden
;
border-right
:
0
;
padding
:
0
0
20px
;
margin-bottom
:
20px
;
border-bottom
:
1px
solid
#ebebeb
;
}
.blog_thumb
{
float
:
left
;
width
:
45%
;
}
.blog_content
{
width
:
55%
;
float
:
left
;
text-align
:
left
;
padding
:
15px
15px
0
30px
;
}
.blog_content
h4
{
font-size
:
20px
;
text-transform
:
capitalize
;
font-weight
:
500
;
line-height
:
24px
;
margin-bottom
:
0
;
}
.blog_meta
{
margin-bottom
:
17px
;
border-bottom
:
1px
solid
#ebebeb
;
padding-bottom
:
17px
;
}
.blog_desc
{
overflow
:
hidden
;
text-overflow
:
ellipsis
;
display
:
-webkit-box
;
-webkit-line-clamp
:
3
;
height
:
70px
}
.single-blog
{
color
:
black
;
}
.blog_desc
*
{
line-height
:
23px
;
color
:
#222222
;
font-weight
:
500
}
.single-blog
h4
a
{
color
:
#222222
}
.blog_wrapper
.btn_more
a
{
color
:
#c40316
;
font-size
:
13px
;
text-transform
:
uppercase
;
font-weight
:
500
;
line-height
:
20px
;
display
:
inline-block
;
}
.single-blog
footer
{
position
:
absolute
;
bottom
:
-117px
;
text-transform
:
uppercase
;
}
/*end blog custom invi */
/* invi custom */
/* invi custom */
.middle-header-wrapper
{
.middle-header-wrapper
{
...
@@ -57,7 +119,7 @@ article.commerce-product.teaser .product-image img {
...
@@ -57,7 +119,7 @@ article.commerce-product.teaser .product-image img {
.region-middle-header
.contextual-region.main-menu
.menu--main
{
.region-middle-header
.contextual-region.main-menu
.menu--main
{
display
:
flex
;
display
:
flex
;
width
:
100%
;
width
:
100%
;
justify-content
:
space-
around
;
justify-content
:
space-
between
;
}
}
.pin
{
.pin
{
width
:
100%
!important
;
width
:
100%
!important
;
...
@@ -432,7 +494,7 @@ header.navbar .category-menu ul.menu.litte-menu {
...
@@ -432,7 +494,7 @@ header.navbar .category-menu ul.menu.litte-menu {
font-family
:
FontAwesome
;
font-family
:
FontAwesome
;
content
:
"\f067"
;
content
:
"\f067"
;
top
:
10px
;
top
:
10px
;
right
:
1
9
px
;
right
:
1
4
px
;
font-size
:
9px
;
font-size
:
9px
;
font-weight
:
200
;
font-weight
:
200
;
pointer-events
:
none
;
pointer-events
:
none
;
...
@@ -458,7 +520,7 @@ header.navbar .category-menu ul.menu.litte-menu {
...
@@ -458,7 +520,7 @@ header.navbar .category-menu ul.menu.litte-menu {
width
:
18px
;
width
:
18px
;
text-align
:
center
;
text-align
:
center
;
border-radius
:
50%
50%
;
border-radius
:
50%
50%
;
border
:
1.5px
solid
black
;
border
:
1.5px
solid
red
;
}
}
.less-category
:hover::before
{
.less-category
:hover::before
{
...
@@ -2613,7 +2675,7 @@ a {
...
@@ -2613,7 +2675,7 @@ a {
a
:hover
,
a
:hover
,
a
:focus
{
a
:focus
{
text-decoration
:
none
;
text-decoration
:
none
;
color
:
#
0083ad
;
color
:
#
eb5235
;
}
}
a
:focus
{
a
:focus
{
...
@@ -2887,7 +2949,7 @@ mark,
...
@@ -2887,7 +2949,7 @@ mark,
a
.text-primary
:hover
,
a
.text-primary
:hover
,
a
.text-primary
:focus
{
a
.text-primary
:focus
{
color
:
#
0083ad
;
color
:
#
eb5235
;
}
}
.text-success
{
.text-success
{
...
@@ -2936,7 +2998,7 @@ a.text-danger:focus {
...
@@ -2936,7 +2998,7 @@ a.text-danger:focus {
a
.bg-primary
:hover
,
a
.bg-primary
:hover
,
a
.bg-primary
:focus
{
a
.bg-primary
:focus
{
background-color
:
#
0083ad
;
background-color
:
#
eb5235
;
}
}
.bg-success
{
.bg-success
{
...
@@ -5275,7 +5337,7 @@ fieldset[disabled] .btn-default.focus {
...
@@ -5275,7 +5337,7 @@ fieldset[disabled] .btn-default.focus {
.btn-primary.focus
{
.btn-primary.focus
{
color
:
#fff
;
color
:
#fff
;
border-color
:
#003647
;
border-color
:
#003647
;
background-color
:
#
0083ad
;
background-color
:
#
eb5235
;
}
}
.btn-primary
:hover
{
.btn-primary
:hover
{
...
@@ -5289,7 +5351,7 @@ fieldset[disabled] .btn-default.focus {
...
@@ -5289,7 +5351,7 @@ fieldset[disabled] .btn-default.focus {
.open
>
.btn-primary.dropdown-toggle
{
.open
>
.btn-primary.dropdown-toggle
{
color
:
#fff
;
color
:
#fff
;
border-color
:
#eb5335
;
border-color
:
#eb5335
;
background-color
:
#
0083ad
;
background-color
:
#
eb5235
;
}
}
.btn-primary
:active:hover
,
.btn-primary
:active:hover
,
...
@@ -5616,7 +5678,7 @@ fieldset[disabled] .btn-link {
...
@@ -5616,7 +5678,7 @@ fieldset[disabled] .btn-link {
.btn-link
:hover
,
.btn-link
:hover
,
.btn-link
:focus
{
.btn-link
:focus
{
text-decoration
:
none
;
text-decoration
:
none
;
color
:
#
0083ad
;
color
:
#
eb5235
;
background-color
:
transparent
;
background-color
:
transparent
;
}
}
...
@@ -7181,7 +7243,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
...
@@ -7181,7 +7243,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pagination
>
li
>
span
:hover
,
.pagination
>
li
>
span
:hover
,
.pagination
>
li
>
span
:focus
{
.pagination
>
li
>
span
:focus
{
z-index
:
2
;
z-index
:
2
;
color
:
#
0083ad
;
color
:
#
eb5235
;
border-color
:
#ddd
;
border-color
:
#ddd
;
background-color
:
#e2e2e2
;
background-color
:
#e2e2e2
;
}
}
...
@@ -7348,7 +7410,7 @@ a.label:focus {
...
@@ -7348,7 +7410,7 @@ a.label:focus {
.label-primary
[
href
]
:hover
,
.label-primary
[
href
]
:hover
,
.label-primary
[
href
]
:focus
{
.label-primary
[
href
]
:focus
{
background-color
:
#
0083ad
;
background-color
:
#
eb5235
;
}
}
.label-success
{
.label-success
{
...
@@ -11776,14 +11838,26 @@ article.commerce-product.full .product-left {
...
@@ -11776,14 +11838,26 @@ article.commerce-product.full .product-left {
article
.commerce-product.full
.product-right
.product-title
{
article
.commerce-product.full
.product-right
.product-title
{
margin
:
0
65px
10px
0
;
margin
:
0
65px
10px
0
;
}
}
article
.commerce-product.full
.product-right
{
display
:
flex
;
flex-direction
:
column
;
}
article
.commerce-product.full
.product-right
div
{
order
:
2
;
font-size
:
16px
;
line-height
:
26px
;
}
article
.commerce-product.full
.product-right
h3
div
{
font-size
:
inherit
;
line-height
:
35px
}
article
.commerce-product.full
.product-right
.field--name-price
{
article
.commerce-product.full
.product-right
.field--name-price
{
position
:
absolute
;
order
:
1
;
z-index
:
10
;
z-index
:
10
;
top
:
0
;
top
:
0
;
right
:
15px
;
right
:
15px
;
color
:
#e94337
;
color
:
#e94337
;
font-size
:
2
0
px
;
font-size
:
2
4
px
;
font-weight
:
bold
;
font-weight
:
bold
;
}
}
...
...
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