login from modal is working, register is lacking password generator

This commit is contained in:
2019-10-06 16:32:25 +02:00
parent 79f9be6c06
commit 96b23acbb3
7 changed files with 343 additions and 33 deletions

View File

@@ -10,13 +10,23 @@
.modal[data-v-b98ce164] {
background-color: #fff;
position: absolute;
width: 250px;
height: 200px;
box-sizing: border;
max-width: 80vw;
max-height: 70vh;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
padding: 1em;
border-radius: 3px;
box-shadow: 2px 2px;
}
fieldset[data-v-2952b9b1] {
padding: 0;
margin: 0;
border: none;
}

File diff suppressed because one or more lines are too long