From e98aa9cf82965a93769fc2f90249f42bb0fbe3e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Szczepa=C5=84ski?= Date: Sat, 21 Dec 2019 18:18:40 +0100 Subject: [PATCH] =?UTF-8?q?Style=20dla=20tworzenia=20test=C3=B3w?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FrontEnd/src/styles.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/FrontEnd/src/styles.css b/FrontEnd/src/styles.css index 1ab414f..5611f1c 100644 --- a/FrontEnd/src/styles.css +++ b/FrontEnd/src/styles.css @@ -197,11 +197,16 @@ button:hover, a:hover { transition: 400ms !important; } -.content .wrapper .content { +.content .wrapper .content, .wrapper .wrapper-add .container { background-color: #28102f !important; border: 1px solid #625283 !important; } +.wrapper .wrapper-add .container .wrapper .wrapper-add .container { + background-color: #19032f !important; + border: 1px solid #45395e !important; +} + .ui-dialog * { font-family: 'Roboto Slab', 'Cambria', serif !important; }