Current Path :
/
home
/
zrcdevco
/
public_html
/
zrcprod
/
media
/
betterpreview
/
less
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/zrcdevco/public_html/zrcprod/media/betterpreview/less/preview.less
/** * @package Better Preview * @version 6.2.2PRO * * @author Peter van Westen <info@regularlabs.com> * @link http://www.regularlabs.com * @copyright Copyright © 2019 Regular Labs All Rights Reserved * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL */ @import "../../regularlabs/less/init.less"; div.betterpreview_message, div.betterpreview_error { position: fixed; top: 0; right: 0; padding: 7px 20px; width: 100%; text-align: center; font-weight: bold; font-size: 13px; line-height: 18px; color: #ffffff; background-color: #666666; z-index: 2000; .opacity(70); cursor: pointer; &:before { display: 'block'; content: 'x'; float: right; } } div.betterpreview_error { top: 32px; background-color: #9d261d; }