summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/products.css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-07-13 23:41:11 +0200
committerJules Laplace <julescarbon@gmail.com>2019-07-13 23:41:11 +0200
commit20d3f4537a578c581285ae8c90da2af9f929be66 (patch)
tree9afd4c77c3d3529dd6080533775bb450a7c917aa /StoneIsland/www/css/products.css
parent90a550943188af41dfe8e82ddc386f56436c5a7e (diff)
many changes to forms. starting to add labels
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;
}