From c737c93de54063fbc3dd0d2bb8051a92f27ccc23 Mon Sep 17 00:00:00 2001 From: Cyril Dubuisson Date: Sat, 22 Feb 2020 14:04:26 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20:=20remove=20demo=20css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/client/app/assets/css/style.css | 27 ------------------------ 1 file changed, 27 deletions(-) diff --git a/src/main/client/app/assets/css/style.css b/src/main/client/app/assets/css/style.css index 036cfd576..8dfdb2478 100644 --- a/src/main/client/app/assets/css/style.css +++ b/src/main/client/app/assets/css/style.css @@ -74,33 +74,6 @@ body { overflow-x: hidden !important; } -body.demos .section { - /*background: url(images/bg.png) repeat top center #f2f3f5;*/ -} - -body.demos .section-title img { - max-width: 280px; - display: block; - margin: 10px auto; -} - -body.demos .service-widget h3 { - border-bottom: 1px solid #ededed; - font-size: 18px; - padding: 20px 0; - background-color: #ffffff; -} - -body.demos .service-widget { - margin: 0 0 30px; - padding: 30px; - background-color: #fff -} - -body.demos .container-fluid { - max-width: 1080px -} - a { color: #1f1f1f; text-decoration: none !important;