From 1496179a6b212c7e05eada444b6a79878eb64d97 Mon Sep 17 00:00:00 2001 From: LQ63 Date: Sun, 9 Nov 2025 16:34:47 +0100 Subject: [PATCH] feat(ui): changed Background color, centered Lobby Added a background color for the mainmenu and the lobby + centered lobby --- knockoutwhistweb/app/assets/stylesheets/main.less | 4 ++++ knockoutwhistweb/app/views/main.scala.html | 1 + knockoutwhistweb/app/views/mainmenu/creategame.scala.html | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/knockoutwhistweb/app/assets/stylesheets/main.less b/knockoutwhistweb/app/assets/stylesheets/main.less index 145789b..cb57025 100644 --- a/knockoutwhistweb/app/assets/stylesheets/main.less +++ b/knockoutwhistweb/app/assets/stylesheets/main.less @@ -33,6 +33,10 @@ width: 100%; height: 100vh; } +.lobby-background { + background-color: @background-color; + +} .navbar-header{ text-align:center; diff --git a/knockoutwhistweb/app/views/main.scala.html b/knockoutwhistweb/app/views/main.scala.html index e1cc5d1..50f3d41 100644 --- a/knockoutwhistweb/app/views/main.scala.html +++ b/knockoutwhistweb/app/views/main.scala.html @@ -22,6 +22,7 @@ @* And here's where we render the `Html` object containing * the page content. *@ @content + diff --git a/knockoutwhistweb/app/views/mainmenu/creategame.scala.html b/knockoutwhistweb/app/views/mainmenu/creategame.scala.html index fd680fd..37655fd 100644 --- a/knockoutwhistweb/app/views/mainmenu/creategame.scala.html +++ b/knockoutwhistweb/app/views/mainmenu/creategame.scala.html @@ -4,7 +4,7 @@ @navbar(user)
-
+