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
8ef1f539
Commit
8ef1f539
authored
Aug 21, 2020
by
Chi Bui
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edi themes 21/08 description
parent
481b989e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
8 deletions
+13
-8
styles.css
themes/contrib/estore/css/styles.css
+10
-2
commerce-product.html.twig
...trib/estore/templates/commerce/commerce-product.html.twig
+3
-6
No files found.
themes/contrib/estore/css/styles.css
View file @
8ef1f539
...
...
@@ -408,7 +408,7 @@ padding: 20px 20px 14px !important;
.menu--category-menu
.open
ul
.sidebar-submenu-2
{
padding
:
9px
5px
!important
;
min-height
:
4
58
px
;
min-height
:
4
60
px
;
margin
:
0
;
border-left
:
2px
solid
#e94337
;
border-right
:
2px
solid
#e94337
;
...
...
@@ -12824,9 +12824,17 @@ article.commerce-product.full .product-bottom .tab-title {
margin-top
:
0
;
}
article
.commerce-product.full
.product-bottom
.product-desciption
{
margin-top
:
0
;
display
:
inline
;
border-bottom
:
2px
solid
;
padding
:
0
0px
;
font-style
:
italic
;
/* margin-bottom: 10px; */
}
article
.commerce-product.full
.product-bottom
.tab-content
{
padding
:
20px
;
border
:
1px
solid
#e2e2e2
;
/* border: 1px solid #e2e2e2; */
border-top
:
none
;
}
...
...
themes/contrib/estore/templates/commerce/commerce-product.html.twig
View file @
8ef1f539
...
...
@@ -37,12 +37,9 @@
<div
class=
"product-bottom col-sm-12"
>
<ul
class=
"nav nav-tabs"
>
<li
class=
"active"
>
<a
data-toggle=
"tab"
href=
"#description"
>
{{
'Description'
|
t
}}
</a>
</li>
</ul>
<h3
class=
"product-desciption"
>
{{
'Description'
|
t
}}
</h3>
<div
class=
"tab-content"
>
<div
id=
"description"
name=
"description"
class=
"tab-pane fade in active"
>
...
...
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