diff --git a/src/components/login.vue b/src/components/login.vue index 2a3df5f..53a976a 100644 --- a/src/components/login.vue +++ b/src/components/login.vue @@ -140,4 +140,14 @@ green = #33C96F color #08B1F6 opacity 1 +@media only screen and (max-width: 700px) + .login + width 90% + max-height 90% + height auto + margin-left -45% + padding 9% + .cancel + right 10px + top 10px diff --git a/src/components/signup.vue b/src/components/signup.vue index a65e2b1..85f3023 100644 --- a/src/components/signup.vue +++ b/src/components/signup.vue @@ -9,8 +9,7 @@
-
- +
@@ -187,5 +186,35 @@ + .icon color #08B1F6 opacity 1 - +@media only screen and (max-width: 700px) + .sign-up + width 90% + max-height 90% + margin-left -45% + padding 9% + height auto + .cancel + right 10px + top 10px + .row + height 40px + input + height 35px + text-indent 43px + .icon + font-size 26px + margin-top -31px + margin-left 10px + .form + .code + .row + width 50% + .send + width 30% + height 35px + font-size 12px + line-height 35px + .gbutton + margin-top 30px + margin-bottom 20px