better welcome

This commit is contained in:
ntr
2019-09-09 17:47:57 +10:00
parent 8c0b02e568
commit 7dbf8e2c89
3 changed files with 48 additions and 58 deletions
+6 -1
View File
@@ -77,6 +77,12 @@
}
}
}
.login {
display: flex;
flex-flow: column;
margin-bottom: 2em;
}
}
section {
@@ -126,5 +132,4 @@ section {
flex: 1;
display: inline;
}
}
-22
View File
@@ -195,28 +195,6 @@ button[disabled] {
border-color: #222;
}
/*
LOGIN
*/
.welcome {
.login {
width: 50%;
display: flex;
flex-flow: column;
margin-bottom: 2em;
}
.options {
display: flex;
width: 50%;
}
h2 {
margin-bottom: 0.5em;
}
}
#mnml input, #mnml select {
border-color: #222;
background-color: #222;