Commit bb19b793 by 王东红

fix

parent a826eb70
<?php
\Magento\Framework\Component\ComponentRegistrar::register(
\Magento\Framework\Component\ComponentRegistrar::THEME,
'frontend/Joshine/breeze',
__DIR__
);
\ No newline at end of file
<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
// 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;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment