| Server IP : 172.67.149.194 / Your IP : 104.23.197.213 Web Server : Apache System : Linux clinmediasv11.es 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64 User : geswattinn9b9d ( 10209) PHP Version : 8.4.25 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/geswattinnova.es/httpdocs/wp-includes/blocks/icon/ |
Upload File : |
/**
* Editor and frontend styles for the Icon Block.
*/
/* Icon Block styles. */
.wp-block-icon {
line-height: 0;
}
.wp-block-icon.aligncenter {
display: flex;
justify-content: center;
}
.wp-block-icon svg {
box-sizing: border-box;
fill: currentColor;
}
.wp-block-icon svg.is-flip-horizontal {
transform: scaleX(-1);
}
.wp-block-icon svg.is-flip-vertical {
transform: scaleY(-1);
}
.wp-block-icon svg.is-flip-horizontal.is-flip-vertical {
transform: scaleX(-1) scaleY(-1);
}
:where(.wp-block-icon) svg {
width: 100%;
height: 100%;
}