summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/cart.css
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/css/cart.css')
-rwxr-xr-xStoneIsland/www/css/cart.css24
1 files changed, 14 insertions, 10 deletions
diff --git a/StoneIsland/www/css/cart.css b/StoneIsland/www/css/cart.css
index 7619a82b..8c31cf74 100755
--- a/StoneIsland/www/css/cart.css
+++ b/StoneIsland/www/css/cart.css
@@ -6,20 +6,24 @@
#cart .steps {
width: 100%;
- border-bottom: 1px solid #bbb;
+ border-bottom: 1px solid #666;
font-size: 0;
+ display: flex;
+ flex-direction: row;
}
#cart .steps span {
- display: inline-block;
+ display: flex;
font-size: 13px;
text-align: center;
- padding: 11px 0 10px;
- color: #bbb;
+ color: #666;
width: 33%;
position:relative;
+ height: 48px;
+ justify-content: center;
+ align-items: center;
}
.summary_step, .shipping_step {
- border-right: 1px solid #bbb
+ border-right: 1px solid #666;
}
#cart.summary .summary_step,
@@ -155,7 +159,7 @@ padding-left:5px;
display:block;
width:20px;
height:20px;
-border:1px solid #d2d2d2;
+border:1px solid #b2b2b2;
float:right;
margin-bottom:10px;
position:relative;
@@ -165,7 +169,7 @@ position:relative;
content:'';
width:1px;
height:22px;
-background:#bbb;
+background:#333;
position:absolute;
top:50%;
left:50%;
@@ -178,7 +182,7 @@ transform:rotate(45deg) translateX(-50%) translateY(-50%)
content:'';
width:1px;
height:22px;
- background:#bbb;
+ background:#333;
position:absolute;
top:50%;
left:50%;
@@ -241,7 +245,7 @@ transform:rotate(45deg) translateX(-50%) translateY(-50%)
width:calc(100vw - 30px);
margin:0 auto;
display:table;
- color:#bbb;
+ color:#666;
font-size:11px;
}
@@ -274,7 +278,7 @@ transform:rotate(45deg) translateX(-50%) translateY(-50%)
#orders .order_section {
padding-bottom: 16px;
- border-bottom: 1px solid #bbb;
+ border-bottom: 1px solid #666;
}