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
3221aa4c
Commit
3221aa4c
authored
May 16, 2020
by
Chi Bui
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit css
parent
fe0b0b5d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
13 deletions
+19
-13
settings.php
sites/default/settings.php
+1
-1
styles.css
themes/contrib/estore/css/styles.css
+18
-12
No files found.
sites/default/settings.php
View file @
3221aa4c
...
...
@@ -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 @
3221aa4c
...
...
@@ -424,7 +424,9 @@ header.navbar .category-menu ul.menu ul.dropdown-menu li {
.footer-bottom-left
{
margin-top
:
10px
;
}
.main-container
{
min-height
:
350px
}
@media
(
min-width
:
768px
)
{
.webform-flex--container
{
width
:
91%
!important
...
...
@@ -439,7 +441,7 @@ header.navbar .category-menu ul.menu ul.dropdown-menu li {
right
:
0
;
width
:
100%
;
height
:
90px
;
background
:
linear-gradient
(
45deg
,
#fee0a0
24%
,
#f5b58f
);
background
:
linear-gradient
(
122deg
,
rgb
(
236
,
226
,
228
)
0%
,
rgba
(
254
,
224
,
160
,
1
)
37%
,
rgb
(
241
,
186
,
153
)
100%
)
}
...
...
@@ -5350,15 +5352,19 @@ select[multiple].input-lg,
text-align
:
center
;
vertical-align
:
middle
;
white-space
:
nowrap
;
border
:
1
px
solid
transparent
;
border-radius
:
0
;
border
:
0
px
solid
transparent
;
border-radius
:
3px
;
background-image
:
none
;
font-size
:
14px
;
font-weight
:
normal
;
line-height
:
1.42857
;
touch-action
:
manipulation
;
background-color
:
#e94337
!important
;
padding
:
7px
20px
!important
}
.btn
:hover
{
background
:
#e94337
!important
;
}
.btn
:focus
,
.btn.focus
,
.btn
:active:focus
,
...
...
@@ -10777,7 +10783,7 @@ body.toolbar-loading.toolbar {
position
:
absolute
;
z-index
:
9
;
top
:
130%
;
left
:
37%
;
left
:
0
;
visibility
:
hidden
;
width
:
360px
;
padding
:
20px
15px
;
...
...
@@ -10794,7 +10800,7 @@ body.toolbar-loading.toolbar {
.middle-header-wrapper
.region-right-middle-header
.cart-block-wrapper
.cart-contents
:before
{
position
:
absolute
;
top
:
-10px
;
left
:
50
%
;
left
:
63
%
;
content
:
""
;
transform
:
translateX
(
-50%
);
border-right
:
10px
solid
transparent
;
...
...
@@ -11252,7 +11258,7 @@ header.navbar .block-search-navigation .search-icon.active {
.footer
{
padding
:
50px
0
0
0
;
background
:
linear-gradient
(
45deg
,
#fee0a0
,
#f5be77
);
background
:
linear-gradient
(
122deg
,
rgb
(
236
,
226
,
228
)
0%
,
rgba
(
254
,
224
,
160
,
1
)
37%
,
rgb
(
241
,
186
,
153
)
100%
)
}
.footer
.block
.block-title
{
...
...
@@ -12196,10 +12202,10 @@ article.commerce-product.teaser-mini .product-right .product-title a:hover {
}
article
.commerce-product.teaser-mini
.product-right
.field--name-price
{
color
:
#
333
;
color
:
#
e94537
;
font-size
:
12px
;
position
:
absolute
;
bottom
:
1px
;
bottom
:
1px
;
}
article
.commerce-product.teaser-mini
.product-right
.field--name-variations
:before
,
...
...
@@ -12279,7 +12285,7 @@ article.commerce-product.teaser-micro a .product-title {
}
article
.commerce-product.teaser-micro
.field--name-price
{
color
:
#
333
;
color
:
#
e94537
}
article
.commerce-product.teaser
:hover
.product-image
.products-hover-wrapper
{
...
...
@@ -12334,7 +12340,7 @@ article.commerce-product.teaser .field--name-quantity {
article
.commerce-product.teaser
.field--name-price
{
margin-bottom
:
0
;
text-align
:
center
;
color
:
#
333
;
color
:
#
e94537
;
line-height
:
1.8
;
}
...
...
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