From 215adf465d711346972287d0f7ab7f6c3a45474d Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Mon, 23 Mar 2020 10:45:21 +0100 Subject: [PATCH] [9.2.26] fenetre login --- core/module/user/view/login/login.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 core/module/user/view/login/login.css diff --git a/core/module/user/view/login/login.css b/core/module/user/view/login/login.css new file mode 100644 index 00000000..c2e6aaa2 --- /dev/null +++ b/core/module/user/view/login/login.css @@ -0,0 +1,20 @@ +/** + * This file is part of Zwii. + * + * For full copyright and license information, please see the LICENSE + * file that was distributed with this source code. + * + * @author Rémi Jean + * @copyright Copyright (C) 2008-2018, Rémi Jean + * @author Frédéric Tempez + * @copyright Copyright (C) 2018-2020, Frédéric Tempez + * @license GNU General Public License, version 3 + * @link http://zwiicms.com/ + */ + + +@import url("core/layout/admin.css"); + +#site { + background-color: #fff !important; +} \ No newline at end of file