2020-02-13 10:48:56 +01:00
|
|
|
/**
|
|
|
|
* 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 <remi.jean@outlook.com>
|
|
|
|
* @copyright Copyright (C) 2008-2018, Rémi Jean
|
|
|
|
* @license GNU General Public License, version 3
|
|
|
|
* @author Frédéric Tempez <frederic.tempez@outlook.com>
|
|
|
|
* @copyright Copyright (C) 2018-2020, Frédéric Tempez
|
|
|
|
* @link http://zwiicms.com/
|
|
|
|
*/
|
|
|
|
|
2020-03-21 18:08:04 +01:00
|
|
|
@import url("core/layout/admin.css");
|
|
|
|
|
2020-02-13 10:48:56 +01:00
|
|
|
#backToTop {
|
|
|
|
display: block;
|
2020-03-15 20:53:13 +01:00
|
|
|
}
|
|
|
|
|