| Server IP : 149.50.156.242 / Your IP : 216.73.216.238 Web Server : Apache System : Linux vps-6212575-x.dattaweb.com 4.18.0-553.148.1.el8_10.x86_64 #1 SMP Tue Jul 28 01:08:52 EDT 2026 x86_64 User : c1751829 ( 1001) PHP Version : 8.4.23 Disable Function : system, shell, exec, system_exec, shell_exec, mysql_pconnect, passthru, popen, proc_open, proc_close, proc_nice, proc_terminate, proc_get_status, escapeshellarg, escapeshellcmd, eval, dl, imap_mail, libvirt_connect, gnupg_init, unsetenv, apache_setenv, pcntl_exec, pcntl_alarm, pcntl_fork, pcntl_waitpid, pcntl_wait, pcntl_wifexited, pcntl_wifstopped, pcntl_wifsignaled, pcntl_wifcontinued, pcntl_wexitstatus, pcntl_wtermsig, pcntl_wstopsig, pcntl_signal, pcntl_signal_get_handler, pcntl_signal_dispatch, pcntl_get_last_error, pcntl_strerror, pcntl_sigprocmask, pcntl_sigwaitinfo, pcntl_sigtimedwait, pcntl_getpriority, pcntl_setpriority, pcntl_async_signals, opcache_get_status, opcache_reset, opcache_get_configuration MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/c1751829/public_html/services/wp-includes/blocks/icon/ |
Upload File : |
/**
* SCSS Variables.
*
* Please use variables from this sheet to ensure consistency across the UI.
* Don't add to this sheet unless you're pretty sure the value will be reused in many places.
* For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
*/
/**
* Colors
*/
/**
* Fonts & basic variables.
*/
/**
* Typography
*/
/**
* Grid System.
* https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
*/
/**
* Radius scale.
*/
/**
* Elevation scale.
*/
/**
* Dimensions.
*/
/**
* Mobile specific styles
*/
/**
* Editor styles.
*/
/**
* Block & Editor UI.
*/
/**
* Block paddings.
*/
/**
* React Native specific.
* These variables do not appear to be used anywhere else.
*/
.wp-block[data-align=center] > .wp-block-icon {
display: flex;
justify-content: center;
}
.wp-block-icon__inserter {
padding: 0 24px;
margin: 0 -24px;
}
.wp-block-icon__inserter-header {
align-items: center;
display: flex;
justify-content: space-between;
margin-bottom: 16px;
}
.wp-block-icon__inserter-grid-icons-list {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
.wp-block-icon__inserter-grid-no-results {
display: flex;
justify-content: center;
}
.wp-block-icon__inserter-grid-icons-list-item {
display: flex;
flex-direction: column;
height: auto !important;
}
.wp-block-icon__inserter-grid-icons-list-item-icon {
padding: 12px;
}
.wp-block-icon__inserter-grid-icons-list-item-title {
font-size: 12px;
padding: 4px 4px 8px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.wp-block-icon__toolbar-content {
width: 250px;
}
.wp-block-icon__placeholder {
backdrop-filter: blur(100px);
}