This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
spawntree
/
Diaeko
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
check
master
Florian Eisenmenger
4 years ago
parent
dc89778e4d
commit
741e1aba29
4 changed files
with
29 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/component/_card.scss
+9
-0
zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/page/checkout/_cart.scss
+5
-0
zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/component/_card.scss
+10
-1
zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/page/checkout/_cart.scss
+ 5
- 0
zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/component/_card.scss
View File
@@ -97,6 +97,11 @@
border-radius: 3px;
background-color: #E9F4FC;
}
&.is-discount {
.cart-item-remove {
display: none;
}
}
.cart-item-img {
border: none;
}
+ 9
- 0
zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/page/checkout/_cart.scss
View File
@@ -1,5 +1,14 @@
.is-act-cartpage {
.checkout {
.cart-item {
&.is-discount {
.cart-item-remove {
form {
display: none;
}
}
}
}
.spwn-add-customized-products {
width: 100%;
.spwn-add-customized-products-detail {
+ 5
- 0
zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/component/_card.scss
View File
@@ -103,6 +103,11 @@
border-radius: 3px;
background-color: #E9F4FC;
}
&.is-discount {
.cart-item-remove {
display: none;
}
}
.cart-item-img {
border: none;
}
+ 10
- 1
zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/page/checkout/_cart.scss
View File
@@ -1,6 +1,15 @@
.is-act-cartpage {
.checkout {
.spwn-add-customized-products {
.cart-item {
&.is-discount {
.cart-item-remove {
form {
display: none;
}
}
}
}
.spwn-add-customized-products {
width: 100%;
.spwn-add-customized-products-detail {
position: relative;
Write
Preview
Loading…
Cancel
Save