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
e93217a3
Commit
e93217a3
authored
Oct 28, 2022
by
lmf
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://47.99.244.21:9999/root/joshine
parents
e3471795
15fe33c6
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
84 additions
and
0 deletions
+84
-0
app/design/frontend/Joshine/breeze/Magento_Checkout/templates/onepage.phtml
+57
-0
app/design/frontend/Joshine/breeze/Magento_Theme/templates/html/header/logo.phtml
+5
-0
app/design/frontend/Joshine/breeze/web/css/_custom.less
+5
-0
app/design/frontend/Joshine/breeze/web/css/_theme.less
+9
-0
app/design/frontend/Joshine/breeze/web/css/source/_typography.less
+8
-0
app/design/frontend/Joshine/breeze/web/fonts/iconfont.ttf
+0
-0
app/design/frontend/Joshine/breeze/web/fonts/iconfont.woff
+0
-0
app/design/frontend/Joshine/breeze/web/fonts/iconfont.woff2
+0
-0
No files found.
app/design/frontend/Joshine/breeze/Magento_Checkout/templates/onepage.phtml
View file @
e93217a3
...
@@ -11,12 +11,69 @@
...
@@ -11,12 +11,69 @@
.checkout-index-index
{
.checkout-index-index
{
font-family
:
'Outfit-Regular'
,
sans-serif
;
font-family
:
'Outfit-Regular'
,
sans-serif
;
}
}
.page-header
.header.content
.logo
{
position
:
unset
;
left
:
unset
;
}
.header.content
.logo
:after
{
content
:
''
;
display
:
inline-block
;
width
:
1px
;
height
:
30px
;
margin-left
:
10px
;
background-color
:
#ccc
;
vertical-align
:
middle
;
-webkit-transform
:
rotate
(
30deg
);
transform
:
rotate
(
30deg
);
position
:
relative
;
top
:
0px
;
left
:
8px
;
}
.header.content
.secure-wrapper
{
display
:
inline-block
;
margin-left
:
10px
;
font-size
:
12px
;
color
:
#83b293
;
opacity
:
1
;
width
:
unset
;
}
.header.content
.secure-wrapper
.iconfont.icon-safepay
{
font-family
:
"iconfont"
!important
;
font-size
:
16px
;
font-style
:
normal
;
-webkit-font-smoothing
:
antialiased
;
color
:
#ffffff
;
background
:
#83b293
;
padding
:
8px
;
border-radius
:
50%
;
}
.header.content
.secure-wrapper
em
{
padding-top
:
36px
;
position
:
relative
;
top
:
2px
;
left
:
5px
;
font-size
:
20px
;
font-style
:
normal
;
}
.header.content
.secure-wrapper
.icon-safepay
:before
{
content
:
"\e644"
;
}
.checkout-index-index
footer
.modal-footer
{
margin-top
:
unset
;}
.checkout-index-index
footer
.modal-footer
{
margin-top
:
unset
;}
.header.content
{
height
:
60px
;
padding-top
:
10px
;
padding-bottom
:
10px
;}
.header.content
{
height
:
60px
;
padding-top
:
10px
;
padding-bottom
:
10px
;}
@media
(
min-width
:
640px
){
@media
(
min-width
:
640px
){
.header.content
{
padding-top
:
15px
!important
;
margin-bottom
:
0px
!important
;}
.header.content
{
padding-top
:
15px
!important
;
margin-bottom
:
0px
!important
;}
}
}
@media
(
max-width
:
639.98px
){
.header.content
{
padding-top
:
15px
!important
;
margin-bottom
:
0px
!important
;}
.page-layout-checkout
.header.content
{
justify-content
:
unset
;
gap
:
unset
;}
.header.content
.secure-wrapper
{
margin-left
:
-30px
;
margin-top
:
5px
;}
.header.content
.secure-wrapper
.iconfont.icon-safepay
{
padding
:
5px
!important
;}
.header.content
.secure-wrapper
em
{
top
:
unset
!important
;
font-size
:
16px
!important
;}
.header.content
.logo
:after
{
left
:
5px
;}
.header.content
.logo
img
{
max-width
:
60%
;}
}
.opc
>
li
{
padding
:
0
;
padding-bottom
:
20px
;}
.opc
>
li
{
padding
:
0
;
padding-bottom
:
20px
;}
#maincontent
{
background
:
#f2f2f2
;}
#maincontent
{
background
:
#f2f2f2
;}
.page-title-wrapper
{
display
:
none
;}
.page-title-wrapper
{
display
:
none
;}
...
...
app/design/frontend/Joshine/breeze/Magento_Theme/templates/html/header/logo.phtml
View file @
e93217a3
...
@@ -34,3 +34,7 @@ $logoHeight = $logoSizeResolver !== null && $logoSizeResolver->getHeight()
...
@@ -34,3 +34,7 @@ $logoHeight = $logoSizeResolver !== null && $logoSizeResolver->getHeight()
<?=
$logoHeight
?
'height="'
.
$block
->
escapeHtmlAttr
(
$logoHeight
)
.
'"'
:
''
?>
<?=
$logoHeight
?
'height="'
.
$block
->
escapeHtmlAttr
(
$logoHeight
)
.
'"'
:
''
?>
/>
/>
</a>
</a>
<span
class=
"secure-wrapper"
>
<i
class=
"iconfont icon-safepay"
></i>
<em>
SECURE CHECKOUT
</em>
</span>
\ No newline at end of file
app/design/frontend/Joshine/breeze/web/css/_custom.less
View file @
e93217a3
...
@@ -1041,6 +1041,11 @@ footer{
...
@@ -1041,6 +1041,11 @@ footer{
.switcher.currency .actions.dropdown{width: 80px;}
.switcher.currency .actions.dropdown{width: 80px;}
.switcher.currency .dropdown.switcher-dropdown{width: 140px;}
.switcher.currency .dropdown.switcher-dropdown{width: 140px;}
}
}
.header.content .secure-wrapper{
opacity: 0;
width: 0;
}
.header.content{
.header.content{
max-width: none;
max-width: none;
}
}
...
...
app/design/frontend/Joshine/breeze/web/css/_theme.less
View file @
e93217a3
...
@@ -3,4 +3,12 @@
...
@@ -3,4 +3,12 @@
src: url('../fonts/Outfit-Regular.ttf');
src: url('../fonts/Outfit-Regular.ttf');
font-weight: normal;
font-weight: normal;
font-style: normal;
font-style: normal;
}
@font-face {
font-family: 'iconfont';
src: url('../fonts/iconfont.woff2?t=1666939843803') format('woff2'),
url('../fonts/iconfont.woff?t=1666939843803') format('woff'),
url('../fonts/iconfont.ttf?t=1666939843803') format('truetype');
font-weight: normal;
font-style: normal;
}
}
\ No newline at end of file
app/design/frontend/Joshine/breeze/web/css/source/_typography.less
View file @
e93217a3
...
@@ -3,4 +3,11 @@
...
@@ -3,4 +3,11 @@
@font-path: '@{baseDir}fonts/Outfit-Regular',
@font-path: '@{baseDir}fonts/Outfit-Regular',
@font-weight: normal,
@font-weight: normal,
@font-style: normal
@font-style: normal
);
.lib-font-face(
@family-name: 'iconfont',
@font-path: '@{baseDir}fonts/iconfont',
@font-weight: normal,
@font-style: normal
);
);
\ No newline at end of file
app/design/frontend/Joshine/breeze/web/fonts/iconfont.ttf
0 → 100644
View file @
e93217a3
File added
app/design/frontend/Joshine/breeze/web/fonts/iconfont.woff
0 → 100644
View file @
e93217a3
File added
app/design/frontend/Joshine/breeze/web/fonts/iconfont.woff2
0 → 100644
View file @
e93217a3
File added
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