File "notifications.css"
Full path: C:/Inetpub/vhosts/drshti.com/httpdocs/wp-content/plugins/wpforms-lite/assets/css/integrations/woocommerce/notifications.css
File
size: 1.45 B
MIME-type: text/plain
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
.wpforms-woocommerce-notification {
position: relative;
border: 1px solid #c3c4c7;
margin-block: 22px 24px;
margin-inline: 0 15px;
background-color: #ffffff;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.wpforms-woocommerce-notification-image {
background: url("../../../images/integrations/woocommerce/mail.svg") no-repeat right -1px bottom;
min-width: 175px;
}
.wpforms-woocommerce-notification-content {
padding: 15px 20px 20px;
}
.wpforms-woocommerce-notification h2 {
margin: 0;
line-height: 21px;
font-size: 17px;
font-weight: 500;
}
.wpforms-woocommerce-notification p {
font-size: 15px;
line-height: 18px;
margin: 6px 0 9px 0;
color: #50575e;
}
.wpforms-woocommerce-notification #wpforms-woocommerce-close {
cursor: pointer;
color: #a7aaad;
opacity: 0.5;
position: absolute;
top: 0;
inset-inline-end: 0;
width: 30px;
height: 30px;
line-height: 30px;
}
.wpforms-woocommerce-notification #wpforms-woocommerce-close:hover {
opacity: 1;
}
body.rtl .wpforms-woocommerce-notification-image {
transform: scaleX(-1);
}
@media (max-width: 680px) {
.wpforms-woocommerce-notification-image {
display: none;
}
.wpforms-woocommerce-notification .button-primary {
min-height: 30px;
padding: 0 10px;
font-size: 13px;
margin-bottom: 0;
line-height: 2.15384615;
}
}
@media (max-width: 620px) {
.wpforms-woocommerce-notification {
margin-inline-end: 0;
}
}