From 93bf16ab4259beda0360f33663066474cbb07c17 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Tue, 18 Jan 2022 13:02:05 +0100 Subject: [PATCH] Add missing copyright info to scss files --- assets/css/pages/installation.scss | 11 +++++++++++ assets/css/pages/update.scss | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/assets/css/pages/installation.scss b/assets/css/pages/installation.scss index b5aa55a2..122e870f 100644 --- a/assets/css/pages/installation.scss +++ b/assets/css/pages/installation.scss @@ -1,3 +1,14 @@ +/* ---------------------------------------------------------------------------- + * Easy!Appointments - Open Source Web Scheduler + * + * @package EasyAppointments + * @author A.Tselegidis + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org + * @since v1.5.0 + * ---------------------------------------------------------------------------- */ + header { background: #daffeb; margin-bottom: 25px; diff --git a/assets/css/pages/update.scss b/assets/css/pages/update.scss index a0a11ff8..de3c1e9a 100644 --- a/assets/css/pages/update.scss +++ b/assets/css/pages/update.scss @@ -1,3 +1,14 @@ +/* ---------------------------------------------------------------------------- + * Easy!Appointments - Open Source Web Scheduler + * + * @package EasyAppointments + * @author A.Tselegidis + * @copyright Copyright (c) Alex Tselegidis + * @license https://opensource.org/licenses/GPL-3.0 - GPLv3 + * @link https://easyappointments.org + * @since v1.5.0 + * ---------------------------------------------------------------------------- */ + html { position: relative; min-height: 100%;