Add a registration form.

This commit is contained in:
Roger Braun 2017-04-15 18:12:23 +02:00
parent 6d7fcb057d
commit a766e886f5
7 changed files with 169 additions and 16 deletions

View file

@ -63,6 +63,18 @@
}
}
.btn {
cursor: pointer;
}
.btn[disabled] {
cursor: not-allowed;
}
.icon-cancel {
cursor: pointer;
}
form {
display: flex;
flex-direction: column;
@ -85,18 +97,6 @@
padding: 5px;
resize: vertical;
}
.btn {
cursor: pointer;
}
.btn[disabled] {
cursor: not-allowed;
}
.icon-cancel {
cursor: pointer;
}
}
</style>