From 948793a58765edaa296d4d260544ed75f40d7538 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Wed, 20 Jan 2021 00:50:43 +0100 Subject: [PATCH] Fix metro theme after last merge Signed-off-by: William Desportes --- themes/metro/scss/_common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/metro/scss/_common.scss b/themes/metro/scss/_common.scss index bfde2f96e6..ed7e808ece 100644 --- a/themes/metro/scss/_common.scss +++ b/themes/metro/scss/_common.scss @@ -42,7 +42,7 @@ body#loginform { color: $body-bg; background: url('../img/user.svg');/* The user avatar icon */ content: ""; - float: $left; + float: left; margin-right: 20px; margin-bottom: 10px; background-color: $th-color;