simpify join

This commit is contained in:
ntr
2019-06-11 22:19:40 +10:00
parent d66755e8d6
commit 444bfe00d5
3 changed files with 52 additions and 19 deletions
+5 -18
View File
@@ -473,30 +473,17 @@ header {
display: flex;
flex-flow: row wrap;
border: 2px solid #333;
padding: 1em;
margin-bottom: 1.5em;
}
.create-form form {
margin: 0;
flex: 1 1 50%;
}
.create-form .login-input {
width: 50%;
}
.create-form.disabled {
border: 2px solid #222;
color: #222;
}
.create-form button {
flex: 0 1 25%;
flex: 1;
font-size: 1.5em;
border-color: #444;
background-color: #333;
}
.create-form button:first-child {
margin-right: 1em;
}
.create-form button:hover, .create-form button:focus {