From d4e051fc627964293b993ea68fa4800feb958c74 Mon Sep 17 00:00:00 2001 From: Marcin Ireneusz Trycz Date: Wed, 4 Dec 2019 11:22:43 +0100 Subject: [PATCH] Css per showcase --- src/main/webapp/content/css/main.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/main/webapp/content/css/main.css b/src/main/webapp/content/css/main.css index 9fb7375bf..707e42bf1 100644 --- a/src/main/webapp/content/css/main.css +++ b/src/main/webapp/content/css/main.css @@ -426,6 +426,16 @@ select.ng-touched.ng-invalid { background-size: contain; } +.showcase-banner { + background: url("../images/showcase-flows-banner.png") center no-repeat; + background-size: contain; +} + +.none-banner { + background: url("../images/none-flows-banner.png") center no-repeat; + background-size: contain; +} + /* CSS per editor ACE */ .ace_editor { height: 200px;