summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/account.css
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/css/account.css')
-rw-r--r--StoneIsland/www/css/account.css21
1 files changed, 19 insertions, 2 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;