Skip to content

Commit fcff3ba

Browse files
author
Joe Seifi
committed
fancy confirm screen
1 parent a51fdbc commit fcff3ba

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

03-radium/solution/components/ShoppingCart.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ const styles = {
4141

4242
confirmed: {
4343
height: '350px',
44+
backgroundColor: 'rgba(71, 59, 180, 0.20)',
4445
'@media (min-width: 608px)': {
4546
height: '350px'
4647
},

public/workshop/css/app.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ body, a {
9090
}
9191

9292
.store_content {
93-
background-color: rgba(4, 48, 78, 0.30);
93+
background-color: rgba(71, 59, 180, 0.20);
9494
}
9595

9696
/* video items */
@@ -103,7 +103,7 @@ body, a {
103103
display: flex;
104104
flex-wrap: wrap;
105105
justify-content: space-around;
106-
padding: 32px;
106+
padding: 50px 32px;
107107
}
108108
}
109109

public/workshop/css/shopping-cart.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
.confirmed.shopping_cart {
2727
height: 350px;
28+
background-color: rgba(71, 59, 180, 0.20);
2829
}
2930

3031
.cart_title {

public/workshop/img/bg.jpg

31.8 KB
Loading

0 commit comments

Comments
 (0)