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.css23
1 files changed, 7 insertions, 16 deletions
diff --git a/StoneIsland/www/css/account.css b/StoneIsland/www/css/account.css
index 95e37c52..e2d7ed97 100644
--- a/StoneIsland/www/css/account.css
+++ b/StoneIsland/www/css/account.css
@@ -1,24 +1,15 @@
-.profile #footer .cancel,
-.profile #footer .submit,
-.payment #footer .cancel,
-.payment #footer .submit,
-.shipping #footer .cancel,
-.shipping #footer .submit,
-.settings #footer .cancel,
-.settings #footer .submit,
-.login #footer .cancel,
-.login #footer .submit,
-.signup #footer .cancel,
-.signup #footer .submit {
- display: block
-}
-
.login #login { display: block }
#login {
display: none;
}
+.logout #logout { display: block }
+#logout {
+ display: none;
+}
+
+
.signup #signup { display: block }
#signup {
display: none;
@@ -210,7 +201,7 @@ input.switch:checked + label:after {
}
.container-fill {
-flex: 1;
+ flex: 1;
align-items: center;
justify-content: center;
position:relative;