first commit
This commit is contained in:
23
modules/blockwishlist/_dev/front/scss/_footer-links.scss
Normal file
23
modules/blockwishlist/_dev/front/scss/_footer-links.scss
Normal file
@@ -0,0 +1,23 @@
|
||||
.wishlist {
|
||||
&-footer {
|
||||
&-links {
|
||||
margin-bottom: 3.125rem;
|
||||
|
||||
> a {
|
||||
font-size: 0.875rem;
|
||||
letter-spacing: 0;
|
||||
line-height: 1.1875rem;
|
||||
|
||||
&:not(:first-child) {
|
||||
margin-left: 1.25rem;
|
||||
}
|
||||
|
||||
i {
|
||||
font-size: 1.25rem;
|
||||
margin-right: 0.25rem;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
114
modules/blockwishlist/_dev/front/scss/_modal.scss
Normal file
114
modules/blockwishlist/_dev/front/scss/_modal.scss
Normal file
@@ -0,0 +1,114 @@
|
||||
.wishlist-modal {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
z-index: 0;
|
||||
|
||||
&.show {
|
||||
display: block;
|
||||
opacity: 1;
|
||||
pointer-events: all;
|
||||
z-index: 1051;
|
||||
|
||||
+ .modal-backdrop {
|
||||
pointer-events: all;
|
||||
}
|
||||
}
|
||||
|
||||
&.fade .modal-dialog {
|
||||
max-width: 34.375rem;
|
||||
transform: translateY(0);
|
||||
}
|
||||
|
||||
.close {
|
||||
font-weight: 400;
|
||||
color: #7a7a7a;
|
||||
opacity: 1;
|
||||
font-size: 2.25rem;
|
||||
|
||||
&:hover {
|
||||
opacity: 0.6;
|
||||
}
|
||||
}
|
||||
|
||||
.modal {
|
||||
&-header {
|
||||
padding: 0.625rem 1.875rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
border: none;
|
||||
|
||||
h5 {
|
||||
color: #232323;
|
||||
font-size: 1.375rem;
|
||||
font-weight: bold;
|
||||
letter-spacing: 0;
|
||||
line-height: 1.875rem;
|
||||
}
|
||||
|
||||
&::after {
|
||||
content: none;
|
||||
}
|
||||
}
|
||||
|
||||
&-text {
|
||||
color: #232323;
|
||||
font-size: 0.875rem;
|
||||
letter-spacing: 0;
|
||||
line-height: 1.875rem;
|
||||
}
|
||||
|
||||
&-body {
|
||||
padding: 0.9375 1.875rem;
|
||||
|
||||
.form-group {
|
||||
margin-bottom: 0;
|
||||
|
||||
.form-control {
|
||||
border-radius: 0;
|
||||
background: none;
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&-content {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&-cancel {
|
||||
margin-right: 0.625rem;
|
||||
|
||||
&:hover {
|
||||
opacity: 0.7;
|
||||
}
|
||||
}
|
||||
|
||||
&-footer {
|
||||
padding: 0.75rem 1.875rem;
|
||||
border: none;
|
||||
padding-bottom: 1.875rem;
|
||||
|
||||
.btn {
|
||||
text-transform: none;
|
||||
}
|
||||
}
|
||||
|
||||
&-backdrop {
|
||||
pointer-events: none;
|
||||
|
||||
&.in {
|
||||
pointer-events: all;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+ .modal-backdrop {
|
||||
pointer-events: none;
|
||||
|
||||
&.in {
|
||||
pointer-events: all;
|
||||
}
|
||||
}
|
||||
}
|
||||
12
modules/blockwishlist/_dev/front/scss/_product.scss
Normal file
12
modules/blockwishlist/_dev/front/scss/_product.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
.products {
|
||||
article {
|
||||
.wishlist {
|
||||
&-button-add {
|
||||
position: absolute;
|
||||
top: 0.635rem;
|
||||
right: 0.635rem;
|
||||
z-index: 10;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
48
modules/blockwishlist/_dev/front/scss/_rtl.scss
Normal file
48
modules/blockwishlist/_dev/front/scss/_rtl.scss
Normal file
@@ -0,0 +1,48 @@
|
||||
.lang-rtl {
|
||||
|
||||
.products {
|
||||
|
||||
article {
|
||||
|
||||
.wishlist {
|
||||
|
||||
&-button-add {
|
||||
right: inherit;
|
||||
left: 0.635rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.wishlist {
|
||||
|
||||
&-button {
|
||||
|
||||
&-product {
|
||||
margin-left: 0;
|
||||
margin-right: 1.25rem;
|
||||
}
|
||||
}
|
||||
|
||||
&-list {
|
||||
|
||||
&-item {
|
||||
|
||||
.dropdown-menu {
|
||||
right: inherit;
|
||||
left: 1.25rem;
|
||||
}
|
||||
|
||||
&-right {
|
||||
|
||||
.dropdown-menu {
|
||||
|
||||
> button {
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
1
modules/blockwishlist/_dev/front/scss/_variables.scss
Normal file
1
modules/blockwishlist/_dev/front/scss/_variables.scss
Normal file
@@ -0,0 +1 @@
|
||||
$blue: #2fb5d2;
|
||||
131
modules/blockwishlist/_dev/front/scss/common.css
Normal file
131
modules/blockwishlist/_dev/front/scss/common.css
Normal file
@@ -0,0 +1,131 @@
|
||||
.wishlist-modal {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
z-index: 0;
|
||||
}
|
||||
.wishlist-modal.show {
|
||||
display: block;
|
||||
opacity: 1;
|
||||
pointer-events: all;
|
||||
z-index: 1051;
|
||||
}
|
||||
.wishlist-modal.show + .modal-backdrop {
|
||||
pointer-events: all;
|
||||
}
|
||||
.wishlist-modal.fade .modal-dialog {
|
||||
max-width: 34.375rem;
|
||||
transform: translateY(0);
|
||||
}
|
||||
.wishlist-modal .close {
|
||||
font-weight: 400;
|
||||
color: #7a7a7a;
|
||||
opacity: 1;
|
||||
font-size: 2.25rem;
|
||||
}
|
||||
.wishlist-modal .close:hover {
|
||||
opacity: 0.6;
|
||||
}
|
||||
.wishlist-modal .modal-header {
|
||||
padding: 0.625rem 1.875rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
border: none;
|
||||
}
|
||||
.wishlist-modal .modal-header h5 {
|
||||
color: #232323;
|
||||
font-size: 1.375rem;
|
||||
font-weight: bold;
|
||||
letter-spacing: 0;
|
||||
line-height: 1.875rem;
|
||||
}
|
||||
.wishlist-modal .modal-header::after {
|
||||
content: none;
|
||||
}
|
||||
.wishlist-modal .modal-text {
|
||||
color: #232323;
|
||||
font-size: 0.875rem;
|
||||
letter-spacing: 0;
|
||||
line-height: 1.875rem;
|
||||
}
|
||||
.wishlist-modal .modal-body {
|
||||
padding: 0.9375 1.875rem;
|
||||
}
|
||||
.wishlist-modal .modal-body .form-group {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.wishlist-modal .modal-body .form-group .form-control {
|
||||
border-radius: 0;
|
||||
background: none;
|
||||
color: black;
|
||||
}
|
||||
.wishlist-modal .modal-content {
|
||||
width: 100%;
|
||||
}
|
||||
.wishlist-modal .modal-cancel {
|
||||
margin-right: 0.625rem;
|
||||
}
|
||||
.wishlist-modal .modal-cancel:hover {
|
||||
opacity: 0.7;
|
||||
}
|
||||
.wishlist-modal .modal-footer {
|
||||
padding: 0.75rem 1.875rem;
|
||||
border: none;
|
||||
padding-bottom: 1.875rem;
|
||||
}
|
||||
.wishlist-modal .modal-footer .btn {
|
||||
text-transform: none;
|
||||
}
|
||||
.wishlist-modal .modal-backdrop {
|
||||
pointer-events: none;
|
||||
}
|
||||
.wishlist-modal .modal-backdrop.in {
|
||||
pointer-events: all;
|
||||
}
|
||||
.wishlist-modal + .modal-backdrop {
|
||||
pointer-events: none;
|
||||
}
|
||||
.wishlist-modal + .modal-backdrop.in {
|
||||
pointer-events: all;
|
||||
}
|
||||
|
||||
.products article .wishlist-button-add {
|
||||
position: absolute;
|
||||
top: 0.635rem;
|
||||
right: 0.635rem;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.wishlist-footer-links {
|
||||
margin-bottom: 3.125rem;
|
||||
}
|
||||
.wishlist-footer-links > a {
|
||||
font-size: 0.875rem;
|
||||
letter-spacing: 0;
|
||||
line-height: 1.1875rem;
|
||||
}
|
||||
.wishlist-footer-links > a:not(:first-child) {
|
||||
margin-left: 1.25rem;
|
||||
}
|
||||
.wishlist-footer-links > a i {
|
||||
font-size: 1.25rem;
|
||||
margin-right: 0.25rem;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.lang-rtl .products article .wishlist-button-add {
|
||||
right: inherit;
|
||||
left: 0.635rem;
|
||||
}
|
||||
.lang-rtl .wishlist-button-product {
|
||||
margin-left: 0;
|
||||
margin-right: 1.25rem;
|
||||
}
|
||||
.lang-rtl .wishlist-list-item .dropdown-menu {
|
||||
right: inherit;
|
||||
left: 1.25rem;
|
||||
}
|
||||
.lang-rtl .wishlist-list-item-right .dropdown-menu > button {
|
||||
text-align: right;
|
||||
}/*# sourceMappingURL=common.css.map */
|
||||
1
modules/blockwishlist/_dev/front/scss/common.css.map
Normal file
1
modules/blockwishlist/_dev/front/scss/common.css.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["_modal.scss","common.css","_product.scss","_footer-links.scss","_rtl.scss"],"names":[],"mappings":"AAAA;EACE,aAAA;EACA,UAAA;EACA,oBAAA;EACA,UAAA;ACCF;ADCE;EACE,cAAA;EACA,UAAA;EACA,mBAAA;EACA,aAAA;ACCJ;ADCI;EACE,mBAAA;ACCN;ADGE;EACE,oBAAA;EACA,wBAAA;ACDJ;ADIE;EACE,gBAAA;EACA,cAAA;EACA,UAAA;EACA,kBAAA;ACFJ;ADII;EACE,YAAA;ACFN;ADOI;EACE,0BAAA;EACA,aAAA;EACA,mBAAA;EACA,8BAAA;EACA,YAAA;ACLN;ADOM;EACE,cAAA;EACA,mBAAA;EACA,iBAAA;EACA,iBAAA;EACA,qBAAA;ACLR;ADQM;EACE,aAAA;ACNR;ADUI;EACE,cAAA;EACA,mBAAA;EACA,iBAAA;EACA,qBAAA;ACRN;ADWI;EACE,wBAAA;ACTN;ADWM;EACE,gBAAA;ACTR;ADWQ;EACE,gBAAA;EACA,gBAAA;EACA,YAAA;ACTV;ADcI;EACE,WAAA;ACZN;ADeI;EACE,sBAAA;ACbN;ADeM;EACE,YAAA;ACbR;ADiBI;EACE,yBAAA;EACA,YAAA;EACA,wBAAA;ACfN;ADiBM;EACE,oBAAA;ACfR;ADmBI;EACE,oBAAA;ACjBN;ADmBM;EACE,mBAAA;ACjBR;ADsBE;EACE,oBAAA;ACpBJ;ADsBI;EACE,mBAAA;ACpBN;;ACvFM;EACE,kBAAA;EACA,aAAA;EACA,eAAA;EACA,WAAA;AD0FR;;AE/FI;EACE,uBAAA;AFkGN;AEhGM;EACE,mBAAA;EACA,iBAAA;EACA,sBAAA;AFkGR;AEhGQ;EACE,oBAAA;AFkGV;AE/FQ;EACE,kBAAA;EACA,qBAAA;EACA,sBAAA;AFiGV;;AG1GQ;EACE,cAAA;EACA,cAAA;AH6GV;AGnGM;EACE,cAAA;EACA,qBAAA;AHqGR;AG7FQ;EACE,cAAA;EACA,aAAA;AH+FV;AGxFY;EACE,iBAAA;AH0Fd","file":"common.css"}
|
||||
5
modules/blockwishlist/_dev/front/scss/common.scss
Normal file
5
modules/blockwishlist/_dev/front/scss/common.scss
Normal file
@@ -0,0 +1,5 @@
|
||||
@import '_variables';
|
||||
@import '_modal';
|
||||
@import '_product';
|
||||
@import '_footer-links';
|
||||
@import '_rtl';
|
||||
Reference in New Issue
Block a user