diff options
Diffstat (limited to 'StoneIsland/platforms/ios/www/css/account.css')
| -rwxr-xr-x | StoneIsland/platforms/ios/www/css/account.css | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/StoneIsland/platforms/ios/www/css/account.css b/StoneIsland/platforms/ios/www/css/account.css index da710fd7..08a66f64 100755 --- a/StoneIsland/platforms/ios/www/css/account.css +++ b/StoneIsland/platforms/ios/www/css/account.css @@ -300,6 +300,7 @@ input.switch:checked + label:after { align-items: center; justify-content: center; position:relative; + margin-bottom: 50vh; } .container-fill-condensed { @@ -365,11 +366,11 @@ input.switch:checked + label:after { } .checkbox-toggle input { - width: 45px; - height: 35px; - opacity: 0; - z-index: 99999; - position: relative; + width: 45px; + height: 35px; + opacity: 0; + z-index: 99999; + position: relative; } .checkbox-caption { @@ -378,6 +379,10 @@ input.switch:checked + label:after { box-sizing:border-box; } +.billing-container .checkbox-caption { + text-transform: uppercase; +} + .checkbox-row { margin:6px 0 0; box-sizing:border-box; |
