summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/products.css
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/css/products.css')
-rwxr-xr-xStoneIsland/www/css/products.css21
1 files changed, 16 insertions, 5 deletions
diff --git a/StoneIsland/www/css/products.css b/StoneIsland/www/css/products.css
index 1a7d5ba2..002c086b 100755
--- a/StoneIsland/www/css/products.css
+++ b/StoneIsland/www/css/products.css
@@ -143,7 +143,11 @@
.product .share {
float:right;
- padding: 12px 12px;
+ padding: 0 12px;
+ height: 48px;
+ display: flex;
+ justify-content: center;
+ align-items: center;
border:1px solid black;
}
@@ -152,13 +156,20 @@
font-size:14px;
}
-.product span {
+.product .size-color {
+ display: flex;
+ flex-direction: row;
+}
+.product .size-color span {
position:relative;
box-sizing:border-box;
- display: inline-block;
- padding: 12px;
+ padding: 0 12px;
+ height: 48px;
+ display: flex;
+ justify-content: center;
+ align-items: center;
}
-.product span.size {
+.product .size-color span.size {
border-right: 1px solid #444;
}