login from modal is working, register is lacking password generator
This commit is contained in:
@@ -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
Reference in New Issue
Block a user