From 7dbf8e2c8996beb8427947c6b50c9350f3e0530a Mon Sep 17 00:00:00 2001 From: ntr Date: Mon, 9 Sep 2019 17:47:57 +1000 Subject: [PATCH] better welcome --- client/assets/styles/menu.less | 7 ++- client/assets/styles/styles.less | 22 --------- client/src/components/welcome.jsx | 77 +++++++++++++++++-------------- 3 files changed, 48 insertions(+), 58 deletions(-) diff --git a/client/assets/styles/menu.less b/client/assets/styles/menu.less index dabdce28..1d76995f 100644 --- a/client/assets/styles/menu.less +++ b/client/assets/styles/menu.less @@ -77,6 +77,12 @@ } } } + + .login { + display: flex; + flex-flow: column; + margin-bottom: 2em; + } } section { @@ -126,5 +132,4 @@ section { flex: 1; display: inline; } - } \ No newline at end of file diff --git a/client/assets/styles/styles.less b/client/assets/styles/styles.less index cec86633..d6e292e7 100644 --- a/client/assets/styles/styles.less +++ b/client/assets/styles/styles.less @@ -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; diff --git a/client/src/components/welcome.jsx b/client/src/components/welcome.jsx index 759a6b88..df0df4ff 100644 --- a/client/src/components/welcome.jsx +++ b/client/src/components/welcome.jsx @@ -20,42 +20,49 @@ function Welcome() { }; return ( -
-

mnml.gg

-