/*! * Copyright (c) 2015 - 2020 Molkobain. * * This file is part of licensed extension. * * Use of this extension is bound by the license you purchased. A license grants you a non-exclusive and non-transferable right to use and incorporate the item in your personal or commercial projects. There are several licenses available (see https://www.molkobain.com/usage-licenses/ for more informations) */ /* Tooltips */ .mhf-tooltip{ @extend %mhf-reset-box-sizing; /* qTip tooltips */ &.qtip{ .qtip-tip{ z-index: 1; /* To put tip above wrapper box-shadow */ } .qtip-wrapper{ box-shadow: 0 2px 15px 2px rgba(0, 0, 0, 0.15); .qtip-contentWrapper{ border: none !important; .qtip-content{ padding: 9px 9px !important; img{ max-width: 100%; height: initial !important; /* !important to overload the height in the style attribute of the image, otherwise image ratio is wicked */ } } } } } }