diff --git a/freechat-client/index.html b/freechat-client/index.html index 5bcf198..cb04351 100644 --- a/freechat-client/index.html +++ b/freechat-client/index.html @@ -7,30 +7,14 @@ Freechat -
-
-
-
+

Freechat login

+
-
- - -
-
- - -
-
- - -
-
- -
+
+
+
+
-
-
-
-
+ \ No newline at end of file diff --git a/freechat-client/src/sass/welcome.scss b/freechat-client/src/sass/welcome.scss index 839c2fb..08ce926 100644 --- a/freechat-client/src/sass/welcome.scss +++ b/freechat-client/src/sass/welcome.scss @@ -1 +1,24 @@ -@use 'general'; \ No newline at end of file +@import 'general'; + +$text-color: white; + +label { + color: $text-color; +} + +h1 { + color: $text-color; + display: block; +} +.center { + margin: 0 auto; + text-align: center; +} +::placeholder { + color: $back-grey; +} + +input { + margin-top: 0.5em; + margin-bottom: 0.5em; +} \ No newline at end of file