From 98e7454745ddf1bd4365383712f12eae1439238d Mon Sep 17 00:00:00 2001 From: knoxfighter Date: Sun, 3 Mar 2019 01:25:00 +0100 Subject: [PATCH] fixed login-page design --- ui/App/components/LoginContent.jsx | 82 +++++++++++++----------------- ui/index.scss | 3 +- ui/scss/customizations/form.scss | 6 ++- 3 files changed, 43 insertions(+), 48 deletions(-) diff --git a/ui/App/components/LoginContent.jsx b/ui/App/components/LoginContent.jsx index 946dd37..947da44 100644 --- a/ui/App/components/LoginContent.jsx +++ b/ui/App/components/LoginContent.jsx @@ -1,5 +1,6 @@ import React from 'react'; import {withRouter} from 'react-router-dom'; +import FontAwesomeIcon from "./FontAwesomeIcon"; class LoginContent extends React.Component { constructor(props) { @@ -30,54 +31,43 @@ class LoginContent extends React.Component { render() { return( -
-
-
-
-
-
-

- Factorio Server Manager - Login to manage Factorio -

-
+
+
+
+
+

+ User Image + Factorio Server Manager +

+
-
-
-
- -
-
- - -
-
- - -
-
-
-
- -
-
-
-
-
- -
-
-
- - I forgot my password
+
+
+
-
-
+ + + + + + + + +
diff --git a/ui/index.scss b/ui/index.scss index 167b676..4817d24 100644 --- a/ui/index.scss +++ b/ui/index.scss @@ -32,4 +32,5 @@ */ @import "scss/pages/serverCtl"; @import "scss/pages/logs"; -@import "scss/pages/saves"; \ No newline at end of file +@import "scss/pages/saves"; +@import "scss/pages/login"; diff --git a/ui/scss/customizations/form.scss b/ui/scss/customizations/form.scss index 3f48d4f..e4cae73 100644 --- a/ui/scss/customizations/form.scss +++ b/ui/scss/customizations/form.scss @@ -1,3 +1,7 @@ input.form-control { border-radius: 0; -} \ No newline at end of file +} + +.input-group-text { + border-radius: 0; +}