File: //home/swifizcd/shoppers-joy.com.ng/wp-content/plugins/salert/assets/frontend/css/style.css
/**
* All of the CSS for your public-facing functionality should be
* included in this file.
*/
.sale_alert_wrapper{
font-family: 'Inter', system-ui, -apple-system, sans-serif;
}
#salertWrapper .popup_template {
background-color: #e0e0e0;
bottom: 20px;
border-radius: 0;
}
#salertWrapper .popup_position {
position: fixed;
z-index: 99999;
width: 250px;
}
#salertWrapper .popup_position.bottomRight {
bottom: 20px;
right: 10px;
}
#salertWrapper .popup_position.bottomLeft {
bottom: 20px;
left: 10px;
}
#salertWrapper .popup_position.topRight {
top: 20px;
right: 10px;
}
#salertWrapper .popup_position.topLeft {
top: 20px;
left: 10px;
}
#salertWrapper figure.circle{
max-height: 75px;
border-radius: 50%;
border: 1px solid #eee;
}
#salertWrapper .popup-item {
padding: 10px;
padding-right: 50px !important;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
}
#salertWrapper figure{
margin: 0;
width: 75px;
height: 75px;
overflow: hidden;
}
#salertWrapper .imageOnRight {
flex-direction: row-reverse;
}
#salertWrapper .textOnly figure{
display: none;
}
#salertWrapper figure img{
height: 100%;
width: 100%;
object-fit: cover;
}
#salertWrapper .salert-content-wrap{
width: calc(100% - 85px);
font-size: 14px;
color: #1e1e1e;
}
#salertWrapper .imageOnRight .salert-content-wrap{
}
#salertWrapper .textOnly .salert-content-wrap{
width: 100%;
}
#salertWrapper .salert-content-wrap .t-product{
display: block;
font-size: 120%;
font-weight: bold;
line-height: 1.2;
}
#salertWrapper .salert-content-wrap small{
font-size: 70%;
font-style: italic;
}
.clearfix::after {
content: "";
clear: both;
display: table;
}
/* Close Button */
.sale_alert_wrapper .close-btn {
position: absolute;
top: -14px;
right: -4px;
width: 28px;
height: 28px;
padding: 0;
border-radius: 50%;
background: #0c0e1f;
border: none;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
color: #94a3b8;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.2s ease;
opacity: 0;
transform: scale(0);
}
.sale_alert_wrapper .popup_box:hover .close-btn {
background: #f8fafc;
color: #64748b;
opacity: 1;
transform: scale(1);
}
.sale_alert_wrapper .close-btn svg {
width: 14px;
height: 14px;
}
@media screen and ( max-width: 767px){
#salertWrapper .popup-item{
padding: 10px !important;
}
#salertWrapper .popup_position.bottomRight {
bottom: 0 !important;
right: 0 !important;
width: 100% !important;
left: 0 !important;
}
#salertWrapper .popup_position .salert-content-wrap {
font-size: 13px !important;
line-height: 1.5 !important;
}
}
@media screen and ( max-width: 480px){
#sale_alertWrapper .popup_position{
width: 300px !important;
}
}