Add missing copyright info to scss files

This commit is contained in:
Alex Tselegidis 2022-01-18 13:02:05 +01:00
parent 116ccb9a76
commit 93bf16ab42
2 changed files with 22 additions and 0 deletions

View file

@ -1,3 +1,14 @@
/* ----------------------------------------------------------------------------
* Easy!Appointments - Open Source Web Scheduler
*
* @package EasyAppointments
* @author A.Tselegidis <alextselegidis@gmail.com>
* @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;

View file

@ -1,3 +1,14 @@
/* ----------------------------------------------------------------------------
* Easy!Appointments - Open Source Web Scheduler
*
* @package EasyAppointments
* @author A.Tselegidis <alextselegidis@gmail.com>
* @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%;