| Server IP : 195.58.49.151 / Your IP : 216.73.217.39 Web Server : Apache/2.4.67 (Debian) mod_fcgid/2.3.9 OpenSSL/3.0.20 System : Linux hs.hsdns.ru 6.1.0-48-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.172-1 (2026-05-15) x86_64 User : antilam ( 1007) PHP Version : 8.4.22 Disable Function : system,passthru,popen MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /home/antilam/web/antilam.ru/public_html/wp-content/plugins/woocommerce/assets/css/ |
Upload File : |
/**
* activation.scss
* Styles applied to elements displayed on activation
*/
/**
* Styling begins
*/
div.woocommerce-message {
overflow: hidden;
position: relative;
}
p.woocommerce-actions,
.woocommerce-message {
a.woocommerce-message-close {
position: static;
float: right;
top: 0;
right: 0;
padding: 0 15px 10px 28px;
margin-top: -10px;
font-size: 13px;
line-height: 1.23076923;
text-decoration: none;
&::before {
position: relative;
top: 18px;
left: -20px;
transition: all 0.1s ease-in-out;
}
}
.button-primary,
.button-secondary {
text-decoration: none !important;
}
.twitter-share-button {
margin-top: -3px;
margin-left: 3px;
vertical-align: middle;
}
}
p.woocommerce-actions,
.woocommerce-about-text {
margin-bottom: 1em !important;
}
// WP 7.0 changed .notice-dismiss to display:flex, width:24px, height:24px.
// Reset these so the floated .woocommerce-message-close layout still works and the X icon aligns.
.wc-wp-version-gte-70 .woocommerce-message a.woocommerce-message-close {
display: inline;
width: auto;
height: auto;
color: #1e1e1e;
&::before {
top: 18px;
}
}