2018-05-18 06:28:27 +00:00
|
|
|
/**
|
|
|
|
* @package Joomla.Component.Builder
|
|
|
|
*
|
|
|
|
* @created 30th April, 2015
|
|
|
|
* @author Llewellyn van der Merwe <http://www.joomlacomponentbuilder.com>
|
|
|
|
* @github Joomla Component Builder <https://github.com/vdm-io/Joomla-Component-Builder>
|
2021-01-03 16:49:35 +00:00
|
|
|
* @copyright Copyright (C) 2015 Vast Development Method. All rights reserved.
|
2018-05-18 06:28:27 +00:00
|
|
|
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
|
|
|
*/
|
2017-02-02 11:54:07 +00:00
|
|
|
|
|
|
|
/* CSS Document */
|
|
|
|
|
2021-02-19 00:35:54 +00:00
|
|
|
html, body {
|
|
|
|
background-color: #fefcfe !important;
|
|
|
|
}
|
|
|
|
.jcb-sponsor-banner {
|
|
|
|
-webkit-box-shadow: 0 0 7px 1px #f0f0f0;
|
|
|
|
box-shadow: 0 0 7px 1px #f0f0f0;
|
|
|
|
}
|