diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-21 23:57:04 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-21 23:57:04 +0200 |
| commit | 44412308278b88fc64be581f42bd91f8bc969397 (patch) | |
| tree | 8e1592f73952b6f59fa7525beebca24ee078cf65 /StoneIsland/www/css | |
| parent | 9dc473339319c82718db5aac472eee0b26473e5b (diff) | |
more error surfacing. fix bug if u had a billing address already but wanna change it
Diffstat (limited to 'StoneIsland/www/css')
| -rwxr-xr-x | StoneIsland/www/css/account.css | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/StoneIsland/www/css/account.css b/StoneIsland/www/css/account.css index da710fd7..29759906 100755 --- a/StoneIsland/www/css/account.css +++ b/StoneIsland/www/css/account.css @@ -365,11 +365,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 +378,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; |
