Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
joshine
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
joshine
Commits
fe2417fd
Commit
fe2417fd
authored
Mar 31, 2023
by
halweg
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'developer' of
http://47.99.244.21:9999/root/joshine
into developer
parents
40c87890
41f3e2d0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
93 additions
and
4 deletions
+93
-4
app/design/frontend/Joshine/breeze/Magento_Checkout/templates/onepage.phtml
+79
-1
app/design/frontend/Joshine/breeze/Magento_Theme/templates/html/header/logo.phtml
+14
-3
No files found.
app/design/frontend/Joshine/breeze/Magento_Checkout/templates/onepage.phtml
View file @
fe2417fd
...
...
@@ -496,7 +496,7 @@ $full_free_ship = $_helper->currency($full_free, true, false);
height
:
100%
;
}
.checkout-index-index
.page-wrapper
a
.logo
{
margin-left
:
35%
!important
;
margin-left
:
0px
!important
;
}
.checkout-index-index
div
#checkout
{
margin-top
:
1rem
;
...
...
@@ -542,9 +542,15 @@ $full_free_ship = $_helper->currency($full_free, true, false);
display
:
inline-block
;
text-align
:
right
;
}
.checkout-index-index
#opc-sidebar
.table-totals
.totals.discount
.amount
.price
{
color
:
#ff373c
;
}
/***************payment end******************/
}
.checkout-index-index
.payment-method-title
label
.label
.action.action-help
span
{
display
:
none
;
}
#checkout_place_order
.fix-content
.now-order-total
{
display
:
none
;
}
...
...
@@ -798,6 +804,78 @@ $full_free_ship = $_helper->currency($full_free, true, false);
border-bottom
:
1px
solid
#dcdcdc
!important
;
}
}
/************************************* top logo style start******************************************************/
@media
(
max-width
:
768px
){
.checkout-index-index
.secure-span
{
display
:
inline-block
;
}
.checkout-index-index
.show-logo
{
width
:
100%
;
margin
:
0
auto
!important
;
}
.checkout-index-index
.show-logo
img
{
vertical-align
:
middle
;
}
.checkout-index-index
.show-logo
.secure-span
.cut-span
{
font-size
:
30px
;
vertical-align
:
middle
;
margin-left
:
0.5rem
;
font-weight
:
lighter
;
color
:
#777
;
}
.checkout-index-index
.show-logo
.site-logo
{
width
:
100px
;
}
.checkout-index-index
.show-logo
.secure-span
.logo-secure
{
width
:
25px
;
min-width
:
0px
;
}
.checkout-index-index
.show-logo
.secure-span
.cut-font
{
color
:
#6fab83
;
font-size
:
15px
;
vertical-align
:
text-top
;
margin-left
:
0.5rem
;
}
.checkout-index-index
.header.content
{
text-align
:
center
;
}
}
@media
(
min-width
:
768px
){
.checkout-index-index
.secure-span
{
display
:
inline-block
;
}
.checkout-index-index
.show-logo
{
width
:
35%
;
}
.checkout-index-index
.show-logo
img
{
vertical-align
:
middle
;
}
.checkout-index-index
.show-logo
.secure-span
.cut-span
{
font-size
:
50px
;
vertical-align
:
text-bottom
;
margin-left
:
0.9rem
;
font-weight
:
lighter
;
color
:
#777
;
}
.checkout-index-index
.show-logo
.site-logo
{
width
:
198px
;
}
.checkout-index-index
.show-logo
.secure-span
.logo-secure
{
width
:
45px
;
min-width
:
0px
;
}
.checkout-index-index
.show-logo
.secure-span
.cut-font
{
color
:
#6fab83
;
font-size
:
26px
;
vertical-align
:
text-top
;
margin-left
:
0.5rem
;
}
.checkout-index-index
.page-header
.header.content
.logo
{
left
:
35%
;
}
}
/************************************* top logo style end******************************************************/
</style>
<div
id=
"checkout"
data-bind=
"scope:'checkout'"
class=
"checkout-container"
>
<div
id=
"checkout-loader"
data-role=
"checkout-loader"
class=
"loading-mask"
data-mage-init=
'{"checkoutLoader": {}}'
>
...
...
app/design/frontend/Joshine/breeze/Magento_Theme/templates/html/header/logo.phtml
View file @
fe2417fd
...
...
@@ -53,17 +53,28 @@ $logoHeight = $logoSizeResolver !== null && $logoSizeResolver->getHeight()
</script>
<style>
.secure-span
{
display
:
none
;
}
</style>
<span
data-action=
"toggle-nav"
class=
"action nav-toggle"
><span>
<?=
$block
->
escapeHtml
(
__
(
'Toggle Nav'
))
?>
</span></span>
<a
class=
"logo"
class=
"logo
show-logo
"
href=
"
<?=
$block
->
escapeUrl
(
$block
->
getUrl
(
''
))
?>
"
title=
"
<?=
$block
->
escapeHtmlAttr
(
$storeName
)
?>
"
aria-label=
"store logo"
>
<img
src=
"
<?=
$block
->
escapeUrl
(
$block
->
getLogoSrc
())
?>
"
<img
class=
"site-logo"
src=
"
<?=
$block
->
escapeUrl
(
$block
->
getLogoSrc
())
?>
"
title=
"
<?=
$block
->
escapeHtmlAttr
(
$block
->
getLogoAlt
())
?>
"
alt=
"
<?=
$block
->
escapeHtmlAttr
(
$block
->
getLogoAlt
())
?>
"
<?=
$logoWidth
?
'width="'
.
$block
->
escapeHtmlAttr
(
$logoWidth
)
.
'"'
:
''
?>
<?=
$logoHeight
?
'height="'
.
$block
->
escapeHtmlAttr
(
$logoHeight
)
.
'"'
:
''
?>
/>
<span
class=
"secure-span"
>
<span
class=
"cut-span"
>
/
</span>
<img
class=
"logo-secure"
src=
"/media/wysiwyg/logo-secure.png"
/>
<span
class=
"cut-font"
>
SECURE CHECKOUT
</span>
</span>
</a>
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