From 01974592d26773589a7a8b02bd51845f0c83ff2c Mon Sep 17 00:00:00 2001 From: Juliette Cougnoux Date: Thu, 30 Aug 2018 17:25:30 +0200 Subject: [PATCH] Add a background-color to highlight missing translations --- app/frontend/scss/layout.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/frontend/scss/layout.scss b/app/frontend/scss/layout.scss index 51e37da..e532b05 100644 --- a/app/frontend/scss/layout.scss +++ b/app/frontend/scss/layout.scss @@ -17,7 +17,9 @@ h1, h2 { text-align: center; } - +.missing_translation { + background-color: yellow; +} /* * — Navbar — */