diff options
Diffstat (limited to 'StoneIsland/www/css')
| -rw-r--r-- | StoneIsland/www/css/account.css | 21 | ||||
| -rw-r--r-- | StoneIsland/www/css/products.css | 4 |
2 files changed, 21 insertions, 4 deletions
diff --git a/StoneIsland/www/css/account.css b/StoneIsland/www/css/account.css index 9876b3c5..41f6b413 100644 --- a/StoneIsland/www/css/account.css +++ b/StoneIsland/www/css/account.css @@ -216,14 +216,24 @@ input.switch:checked + label:after { } .container-fill { + min-height:40px; flex: 1; align-items: center; justify-content: center; position:relative; } +.container-row .container-message { + color:#000; + text-align:center; + width:calc(100vw - 10px); + box-sizing:border-box; + margin:12px auto; + position:relative + +} -.container-message { +.container-fill .container-message { font-size:12px; letter-spacing:0.5px; text-align:center; @@ -233,8 +243,11 @@ input.switch:checked + label:after { width:100%; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); + color:#000; } + + .premessage { top:calc(50% - 20px)!important; } @@ -252,7 +265,7 @@ input.switch:checked + label:after { width:calc(100vw - 10px); display:table; box-sizing:border-box; - margin:5px auto 0; + margin:0 auto 5px; } .checkbox-toggle { @@ -278,6 +291,10 @@ input.switch:checked + label:after { box-sizing:border-box; } +.checkbox-row:first-child { + margin:0; +} + .checkbox-toggle label { position:absolute; diff --git a/StoneIsland/www/css/products.css b/StoneIsland/www/css/products.css index 59218d33..6ab9d0bd 100644 --- a/StoneIsland/www/css/products.css +++ b/StoneIsland/www/css/products.css @@ -74,7 +74,7 @@ } .product .product-header { - font-size:13px; + font-size:14px; margin:18px 0 0; max-width:60%; position:relative; @@ -106,7 +106,7 @@ .product .type { display:table-cell; - font-size:13px; + font-size:14px; } .product .size { |
