summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/account.css
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/css/account.css')
-rwxr-xr-xStoneIsland/www/css/account.css14
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;