@@ -22,8 +22,7 @@ export default {
data: function() {
return {};
},
- created() {
- },
+ created() {},
methods: {},
computed: {
...mapState(['user']),
@@ -75,19 +75,19 @@ export default {
height: 100vh;
.login {
position: relative;
- top: 26%;
- left: 41%;
- width: 31%;
- height: 52%;
+ top: 32%;
+ left: 43%;
+ width: 450px;
+ height: 400px;
background-color: #ffffff5f;
border-radius: 10px;
.top {
text-align: center;
color: #fff;
- font-size: 50px;
+ font-size: 40px;
text-shadow: cornflowerblue 3px 3px 3px;
font-family: cursive;
- padding: 50px 0;
+ padding: 35px 0;
}
.form {
padding: 25px 50px;