Current Path :
/
home
/
zrcdevco
/
public_html
/
zrcprod
/
media
/
addtomenu
/
less
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/zrcdevco/public_html/zrcprod/media/addtomenu/less/style.less
/** * @package Add to Menu * @version 6.2.0PRO * * @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 */ div.btn-group.addtomenu { margin-left: 12px; margin-right: 6px; } /* message */ #addtomenu_msg, #addtomenu_msg.visible { display: none; } body > #addtomenu_msg { position: fixed; top: 0; right: 0; padding: 7px 20px; width: 100%; height: 16px; text-align: center; font-weight: bold; color: #ffffff; background-color: #666666; z-index: 2000; } body > #addtomenu_msg a { color: #cccccc; } body > #addtomenu_msg.visible { display: inline; } body > #addtomenu_msg.btn-success { background-color: #46a546; } body > #addtomenu_msg.btn-warning { background-color: #f89406; } body > #addtomenu_msg.btn-danger { background-color: #9d261d; } body > #addtomenu_msg img { vertical-align: sub; } /* Make status position show on mobile */ @media (max-width: 767px) { #status.hidden-phone { display: block !important; text-align: center; .pull-right { float: none; display: block; } } }