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
bb19b793
Commit
bb19b793
authored
Sep 03, 2022
by
王东红
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
a826eb70
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
90 additions
and
0 deletions
+90
-0
app/design/frontend/Joshine/breeze/etc/view.xml
+0
-0
app/design/frontend/Joshine/breeze/registration.php
+8
-0
app/design/frontend/Joshine/breeze/theme.xml
+8
-0
app/design/frontend/Joshine/breeze/web/css/_custom.less
+74
-0
app/design/frontend/Joshine/breeze/web/css/_theme.less
+0
-0
app/design/frontend/Joshine/breeze/web/css/source/_typography.less
+0
-0
app/design/frontend/Joshine/breeze/web/css/source/_variables.less
+0
-0
No files found.
app/design/frontend/Joshine/breeze/etc/view.xml
0 → 100644
View file @
bb19b793
This diff is collapsed.
Click to expand it.
app/design/frontend/Joshine/breeze/registration.php
0 → 100644
View file @
bb19b793
<?php
\Magento\Framework\Component\ComponentRegistrar
::
register
(
\Magento\Framework\Component\ComponentRegistrar
::
THEME
,
'frontend/Joshine/breeze'
,
__DIR__
);
\ No newline at end of file
app/design/frontend/Joshine/breeze/theme.xml
0 → 100644
View file @
bb19b793
<theme
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"urn:magento:framework:Config/etc/theme.xsd"
>
<title>
Joshine/breeze
</title>
<media>
<parent>
Swissup/breeze-blank
</parent>
<preview_image>
media/preview.jpg
</preview_image>
</media>
</theme>
\ No newline at end of file
app/design/frontend/Joshine/breeze/web/css/_custom.less
0 → 100644
View file @
bb19b793
// DO NOT EDIT THIS FILE - IT SHOULD REMAIN EMPTY
// DO NOT EDIT THIS FILE - IT SHOULD REMAIN EMPTY
.product.media .gallery-placeholder .fotorama__stage{ left: 0 !important; }
.product.media .gallery-placeholder .fotorama__nav-wrap--vertical.fotorama__nav-wrap{ right: 0; text-align: right;}
.product.media .gallery-placeholder .fotorama__nav--thumbs{float: right;}
.fotorama__stage__shaft.fotorama__grab {
margin-left: -120px !important;
}
.breeze-gallery .thumbnails .item img{
margin: 3px 1px;
}
.breeze-gallery .thumbnails .item.active::after{
box-shadow: inset 0 0 0 1px #222;
}
.breadcrumbs{
color: #999;
font-size: 12px;
}
.product-info-wrapper .page-title{
font-size: 14px;
text-transform: none;
font-weight: 400;
word-break: break-word;
font-family: Outfit;
}
.product-info-main .product-info-stock-sku .sku{
color: #767676;
font-size: 14px;
}
.product-info-main .product-info-stock-sku .sku .value{
font-size: 12px;
}
.product-info-main .price-wrapper .price{
color: #222;
font-size: 24px;
font-weight: 700;
vertical-align: middle;
font-family: Arial Black;
}
.product-info-main .special-price .price-wrapper .price{
color: #fa6338;
}
.product-info-wrapper .page-title-wrapper{
margin-bottom: 0;
}
.box-tocart .fieldset .actions{
width: 100%;
}
button, .action.primary{
border-radius: 2px;
text-transform: uppercase;
font-size: 14px;
border: 0;
padding: 15px 50px;
width: 100%;
font-family: 'Outfit', sans-serif;
background: #222;
}
.product-add-form{
border-top: 1px dashed #e5e5e5;
padding-top: 20px;
}
.product-info-price{
padding-bottom: 10px;
}
.box-tocart .fieldset{
gap: 0;
}
app/design/frontend/Joshine/breeze/web/css/_theme.less
0 → 100644
View file @
bb19b793
app/design/frontend/Joshine/breeze/web/css/source/_typography.less
0 → 100644
View file @
bb19b793
app/design/frontend/Joshine/breeze/web/css/source/_variables.less
0 → 100644
View file @
bb19b793
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