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
c9f6636d
Commit
c9f6636d
authored
Aug 20, 2020
by
Chi Bui
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edi themes 20/08_04
parent
bd5d395a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
47 additions
and
4 deletions
+47
-4
styles.css
themes/contrib/estore/css/styles.css
+25
-4
commerce-checkout-form--with-sidebar.html.twig
...s/commerce/commerce-checkout-form--with-sidebar.html.twig
+22
-0
No files found.
themes/contrib/estore/css/styles.css
View file @
c9f6636d
...
...
@@ -11493,6 +11493,28 @@ header.navbar .category-menu ul.menu {
header
.navbar
.category-menu
ul
.menu.hide-block.product
{
display
:
block
!important
;
}
.layout-region-checkout-secondary
{
border
:
1px
solid
#ddd
;
padding
:
15px
;
}
.checkout-pane
.form-tel
{
width
:
100%
;
}
.layout-region-checkout-footer
{
width
:
100%
!important
;
float
:
revert
!important
;
}
.checkout-pane
.order-total-line
:nth-child
(
2
)
{
margin-top
:
10px
;
}
.checkout-pane
.order-total-line
{
display
:
flex
;
align-items
:
center
;
justify-content
:
space-between
;
padding-left
:
12px
!important
;
padding-right
:
29px
!important
;
border-bottom
:
1px
solid
#ddd
;
}
header
.navbar
.category-menu
ul
.menu.hide-block.product-index
{
display
:
block
!important
;
}
...
...
@@ -11598,14 +11620,13 @@ header.navbar .main-menu ul.menu .sidebar-submenu-2 li a {
line-height
:
33px
!important
;
}
.commerce-checkout-flow-multistep-default
button
{
position
:
absolute
;
left
:
45%
;
width
:
203px
;
width
:
100%
;
font-weight
:
800
;
font-size
:
16px
;
padding
:
10px
;
bottom
:
27px
;
outline
:
none
!important
;
border-radius
:
4px
;
}
header
.navbar
.main-menu
ul
.menu
li
a
{
...
...
themes/contrib/estore/templates/commerce/commerce-checkout-form--with-sidebar.html.twig
0 → 100644
View file @
c9f6636d
{#
/**
* @file
* Two column template for the checkout form.
*
* Available variables:
* - form: The form.
*
* @ingroup themeable
*/
#}
<div
class=
"layout-checkout-form clearfix"
>
<div
class=
"layout-region layout-region-checkout-main"
>
{{
form
|
without
(
'sidebar'
,
'actions'
)
}}
</div>
<div
class=
"layout-region layout-region-checkout-secondary"
>
<h3>
{%
trans
%}
Order Summary
{%
endtrans
%}
</h3>
{{
form.sidebar
}}
{{
form.actions
}}
</div>
</div>
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