summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xStoneIsland/www/css/account.css9
-rwxr-xr-xStoneIsland/www/css/blogs.css41
-rwxr-xr-xStoneIsland/www/css/cart.css26
-rwxr-xr-xStoneIsland/www/css/index.css2
-rwxr-xr-xStoneIsland/www/css/nav.css9
-rwxr-xr-xStoneIsland/www/css/products.css14
-rwxr-xr-xStoneIsland/www/index.html1
7 files changed, 57 insertions, 45 deletions
diff --git a/StoneIsland/www/css/account.css b/StoneIsland/www/css/account.css
index c8c03aec..5e67a039 100755
--- a/StoneIsland/www/css/account.css
+++ b/StoneIsland/www/css/account.css
@@ -122,7 +122,7 @@
text-align: center;
margin: 0;
padding: 20px 10px 8px 10px;
- font-size: 14px;
+ font-size: 16px;
color: #000;
letter-spacing: 1px;
font-weight: bold;
@@ -190,7 +190,7 @@ input[type=text], input[type=password], input[type=number], input[type=email] {
width: calc(100vw - 10px);
box-sizing: border-box;
padding:0px 18px 2px;
- font-size:14px;
+ font-size:16px;
}
#settings .toggle-container {
@@ -200,7 +200,7 @@ input[type=text], input[type=password], input[type=number], input[type=email] {
width: calc(100vw - 10px);
box-sizing: border-box;
padding:10px 18px 2px;
- font-size:14px;
+ font-size:16px;
}
.toggle-row {
@@ -335,7 +335,7 @@ input.switch:checked + label:after {
margin: 2px auto!important
}
.container-fill .container-message {
- font-size:12px;
+ font-size:16px;
letter-spacing:0.5px;
text-align:center;
position:absolute;
@@ -392,6 +392,7 @@ input.switch:checked + label:after {
vertical-align:middle;
display:table-cell;
box-sizing:border-box;
+ text-align: left;
}
.billing-container .checkbox-caption {
diff --git a/StoneIsland/www/css/blogs.css b/StoneIsland/www/css/blogs.css
index 241cbecb..0834912e 100755
--- a/StoneIsland/www/css/blogs.css
+++ b/StoneIsland/www/css/blogs.css
@@ -18,6 +18,7 @@
height: 48px;
padding: 0 15px;
list-style-type: none;
+ font-size: 16px;
}
#story .links li:before {
content: ' | ',
@@ -64,7 +65,7 @@ animation: mfadein 0.6s;
#hub .content .body, #story .content .body {
letter-spacing:0.35px;
- font-size:12px;
+ font-size:16px;
width:calc(100vw - 40px);
box-sizing:border-box;
margin:10px auto 20px;
@@ -72,7 +73,7 @@ animation: mfadein 0.6s;
}
#hub .content .body:last-child {
- margin:10px auto 100px;
+ margin:20px auto 100px;
}
#story .content .body:last-child {
@@ -92,14 +93,14 @@ animation: mfadein 0.6s;
.content-header .title, .content-header .subtitle {
display:block;
font-weight:bold;
- font-size:14px;
+ font-size:16px;
text-transform:uppercase
}
.content-header .title {
margin:0;
padding:0;
- line-height:13px;
+ line-height:1.4em;
}
.content-header .subtitle {
@@ -108,12 +109,17 @@ animation: mfadein 0.6s;
.content-share {
border:1px solid black;
- padding:4px 8px 2px;
+ padding: 0 12px;
+ height: 48px;
+ font-size: 16px;
+ display: flex;
+ justify-content: center;
+ align-items: center;
float:right
}
.content-header span.date, .content-header span.store {
- font-size:10px;
+ font-size:16px;
}
/* NOTE: optional arrows */
@@ -125,8 +131,8 @@ animation: mfadein 0.6s;
background-size:5px 10px;
background-repeat:no-repeat;
background-position:center;
- width:15px;
- height:30px;
+ width:24px;
+ height:48px;
top:26vh;
content:'';
transform:translateY(-50%);
@@ -137,7 +143,6 @@ animation: mfadein 0.6s;
z-index:2;
position:absolute;
display:block;
- animation: gallery-fade 4s forwards;
}
.gallery-right {
border:1px solid black;
@@ -146,8 +151,8 @@ animation: mfadein 0.6s;
background-size:5px 10px;
background-repeat:no-repeat;
background-position:center;
- width:15px;
- height:30px;
+ width:24px;
+ height:48px;
top:26vh;
content:'';
transform:translateY(-50%);
@@ -158,7 +163,6 @@ animation: mfadein 0.6s;
z-index:2;
position:absolute;
display:block;
- animation: gallery-fade 4s forwards;
}
@-webkit-keyframes gallery-fade {
@@ -227,7 +231,7 @@ ul.links {
margin:0 0 12px;
padding:0;
font-weight:bold;
- font-size:14px;
+ font-size:16px;
}
@@ -240,7 +244,7 @@ ul.links {
}
.archive .body {
font-size: 14px;
- line-height: 1.2em;
+ line-height: 1.4em;
font-weight: 100;
}
@@ -285,11 +289,14 @@ ul.links {
}
#archive .menu .item {
width: 100%;
- text-align: center;
+ display: flex;
+ justify-content: center;
+ align-items: center;
border-bottom: 1px solid black;
background: white;
- padding:12px 0;
- font-size:14px;
+ padding:0;
+ height: 48px;
+ font-size:16px;
letter-spacing:0.7px
}
diff --git a/StoneIsland/www/css/cart.css b/StoneIsland/www/css/cart.css
index 8c31cf74..e66324b7 100755
--- a/StoneIsland/www/css/cart.css
+++ b/StoneIsland/www/css/cart.css
@@ -13,7 +13,7 @@
}
#cart .steps span {
display: flex;
- font-size: 13px;
+ font-size: 16px;
text-align: center;
color: #666;
width: 33%;
@@ -157,8 +157,8 @@ padding-left:5px;
.cart_item_price .remove {
display:block;
-width:20px;
-height:20px;
+width:48px;
+height:48px;
border:1px solid #b2b2b2;
float:right;
margin-bottom:10px;
@@ -168,7 +168,7 @@ position:relative;
.cart_item_price .remove:after {
content:'';
width:1px;
-height:22px;
+height:48px;
background:#333;
position:absolute;
top:50%;
@@ -181,7 +181,7 @@ transform:rotate(45deg) translateX(-50%) translateY(-50%)
.cart_item_price .remove:before {
content:'';
width:1px;
- height:22px;
+ height:48px;
background:#333;
position:absolute;
top:50%;
@@ -192,27 +192,27 @@ transform:rotate(45deg) translateX(-50%) translateY(-50%)
}
.cart_item_price .price {
- font-size:11px;
+ font-size:16px;
font-weight:bold;
display:block
}
.cart_item_info .sku {
- font-size:10px;
+ font-size:16px;
font-weight:bold;
- display:block
+ display:block;
}
.cart_item_info .title {
- font-size:10px;
+ font-size:16px;
font-weight:bold;
display:block;
- line-height:12px;
+ line-height:1.4em;
text-transform:uppercase;
}
.cart_item_info .type {
- font-size:10px;
+ font-size:16px;
font-weight:bold;
display:block;
text-transform:capitalize;
@@ -221,7 +221,7 @@ transform:rotate(45deg) translateX(-50%) translateY(-50%)
.cart_item_info .meta {
padding-top:5px;
letter-spacing:.75px;
- font-size:8px;
+ font-size:14px;
}
.order_section .rows {
@@ -246,7 +246,7 @@ transform:rotate(45deg) translateX(-50%) translateY(-50%)
margin:0 auto;
display:table;
color:#666;
- font-size:11px;
+ font-size:16px;
}
.cart-summary-row {
diff --git a/StoneIsland/www/css/index.css b/StoneIsland/www/css/index.css
index 9e665a4d..d5a404ae 100755
--- a/StoneIsland/www/css/index.css
+++ b/StoneIsland/www/css/index.css
@@ -17,7 +17,7 @@ body {
-webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */
background: #fff;
font-family: pfd, sans-serif;
- font-size: 12px;
+ font-size: 14px;
padding-top: constant(safe-area-inset-top);
}
diff --git a/StoneIsland/www/css/nav.css b/StoneIsland/www/css/nav.css
index 9a4f63d8..3b4f35eb 100755
--- a/StoneIsland/www/css/nav.css
+++ b/StoneIsland/www/css/nav.css
@@ -35,7 +35,7 @@
}
#nav .menu span {
display: block;
- font-size: 14px;
+ font-size: 16px;
letter-spacing:1.25px;
text-shadow:0px 0px 1px rgba(0,0,0,.2);
color: #000;
@@ -77,7 +77,7 @@
#nav .submenu span {
display: block;
- font-size: 14px;
+ font-size: 16px;
letter-spacing:1.25px;
color: #666;
padding: 4px 0 12px 20px
@@ -280,7 +280,7 @@ padding-bottom:0px;
text-align: center;
color: #000;
float: left;
- font-size:14px;
+ font-size: 16px;
font-weight:bold;
padding: 0;
display: flex;
@@ -353,13 +353,14 @@ padding-bottom:0px;
#consent_modal {
display: none;
z-index: 2;
+ font-size: 16px;
}
#consent_modal a {
color: black;
}
.modal button {
font-family: pfd, sans-serif;
- font-size: 12px;
+ font-size: 14px;
padding: 10px;
box-sizing: border-box;
margin: 0;
diff --git a/StoneIsland/www/css/products.css b/StoneIsland/www/css/products.css
index 002c086b..fbc22d28 100755
--- a/StoneIsland/www/css/products.css
+++ b/StoneIsland/www/css/products.css
@@ -103,7 +103,7 @@
}
.product .product-header {
- font-size:14px;
+ font-size:16px;
margin:18px 0 0;
max-width:60%;
position:relative;
@@ -153,7 +153,7 @@
.product .type {
display:table-cell;
- font-size:14px;
+ font-size:16px;
}
.product .size-color {
@@ -165,6 +165,7 @@
box-sizing:border-box;
padding: 0 12px;
height: 48px;
+ font-size: 16px;
display: flex;
justify-content: center;
align-items: center;
@@ -175,7 +176,7 @@
.product .price {
display:table-cell;
- font-size:14px;
+ font-size:16px;
text-align:right;
vertical-align:bottom;
}
@@ -194,12 +195,12 @@
.style-share {
letter-spacing:0.5px;
- font-size:12.35px;
+ font-size:16px;
}
.size-color {
position:relative;
- font-size:12.35px;
+ font-size:16px;
}
.type-price, .style-share {
@@ -247,7 +248,8 @@
#product .content .body {
letter-spacing:0.35px;
- font-size:12px;
+ font-size:16px;
+ line-height: 1.4em;
box-sizing:border-box;
margin:0px auto 20px;
clear:both;
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html
index bad250d3..b4bec4f9 100755
--- a/StoneIsland/www/index.html
+++ b/StoneIsland/www/index.html
@@ -1042,6 +1042,7 @@
</label>
</div>
</div>
+ <br><br>
For more information, please consult our
<a href="#/page/privacy">Privacy Policy</a> or visit
<a href="#" id="care-link">Customer Care</a>.