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
632e5cbe
Commit
632e5cbe
authored
May 23, 2020
by
Chi Bui
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit css
parent
9b1d0ac6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
13 deletions
+16
-13
settings.php
sites/default/settings.php
+1
-1
styles.css
themes/contrib/estore/css/styles.css
+15
-12
No files found.
sites/default/settings.php
View file @
632e5cbe
...
...
@@ -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 @
632e5cbe
...
...
@@ -699,7 +699,7 @@ header .link_content a:hover {
border
:
1.75px
solid
#e94537
;
border-radius
:
4px
;
padding
:
5px
;
background
:
#
ff000026
;
background
:
#
e94537
;
color
:
white
!important
;
}
...
...
@@ -716,8 +716,8 @@ header .link_content a:hover {
height
:
29px
;
line-height
:
25px
;
width
:
10px
;
background
:
#
ffffff
cc
;
color
:
#e94537
;
background
:
#
e94537
;
color
:
white
;
border-top-left-radius
:
3px
;
border-bottom-left-radius
:
3px
;
}
...
...
@@ -728,8 +728,8 @@ header .link_content a:hover {
border-right
:
1.75px
solid
#e94537
;
height
:
28px
;
width
:
10px
;
color
:
#e94537
;
background
:
#
ffffff
cc
;
color
:
white
;
background
:
#
e94537
;
border-bottom-right-radius
:
3px
;
border-top-right-radius
:
3px
;
line-height
:
25px
;
...
...
@@ -5614,7 +5614,7 @@ fieldset[disabled] .btn-primary.focus {
.btn-success
:hover
{
color
:
#fff
;
border-color
:
#269abc
;
border-color
:
transparent
;
background-color
:
#31b0d5
;
}
...
...
@@ -5622,7 +5622,7 @@ fieldset[disabled] .btn-primary.focus {
.btn-success.active
,
.open
>
.btn-success.dropdown-toggle
{
color
:
#fff
;
border-color
:
#269abc
;
border-color
:
transparent
;
background-color
:
#31b0d5
;
}
...
...
@@ -5679,7 +5679,7 @@ fieldset[disabled] .btn-success.focus {
.btn-info
:hover
{
color
:
#fff
;
border-color
:
#269abc
;
border-color
:
transparent
;
background-color
:
#31b0d5
;
}
...
...
@@ -5687,7 +5687,7 @@ fieldset[disabled] .btn-success.focus {
.btn-info.active
,
.open
>
.btn-info.dropdown-toggle
{
color
:
#fff
;
border-color
:
#269abc
;
border-color
:
transparent
;
background-color
:
#31b0d5
;
}
...
...
@@ -11078,7 +11078,7 @@ header.navbar .main-menu ul.menu li a {
font-size
:
15px
;
padding
:
0
;
text-transform
:
uppercase
;
color
:
#e94537
;
color
:
white
;
text-align
:
right
;
line-height
:
inherit
;
white-space
:
nowrap
;
...
...
@@ -11405,7 +11405,7 @@ header.navbar .block-search-navigation .search-icon.active {
.estore-homepage-first
.layout__region--blog-news
{
margin
:
30px
0
0
;
padding
:
40px
0
;
padding
-top
:
40px
;
background-color
:
#f6f7f7
;
}
...
...
@@ -12669,7 +12669,10 @@ p:last-child,
.alert
{
margin-top
:
20px
;
}
article
.commerce-product.full
.product-right
.field--name-variations
button
{
margin-bottom
:
10px
;
background
:
#e94537
;
}
a
{
transition
:
all
0.3s
ease-in-out
;
}
...
...
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