Current File : /home/pacjaorg/.trash/media/com_hikashop/css/notify-metro.css |
/**
* @package HikaShop for Joomla!
* @version 4.4.0
* @author hikashop.com
* @copyright (C) 2010-2020 HIKARI SOFTWARE. All rights reserved.
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/
.notifyjs-metro-base,
.notifyjs-metro-lite-base{
position: relative;
min-height: 52px;
color:#444;
}
.notifyjs-metro-base .image {
display: table;
position: absolute;
height: auto;
width: auto;
left: 25px;
top: 50%;
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.notifyjs-metro-base .text-wrapper,
.notifyjs-metro-lite-base .text-wrapper {
display: inline-block;
vertical-align: top;
text-align: left;
clear: both;
font-family: 'Segoe UI';
}
.notifyjs-metro-base .text-wrapper {
margin: 10px 10px 10px 52px;
}
.notifyjs-metro-base .title,
.notifyjs-metro-lite-base .title {
font-size: 15px;
font-weight: bold;
}
.notifyjs-metro-base .text,
.notifyjs-metro-lite-base .text {
font-size: 12px;
font-weight: normal;
vertical-align: middle;
}
.notifyjs-container {
min-width:250px;
}