| Server IP : 198.98.63.251 / Your IP : 216.73.216.238 Web Server : LiteSpeed System : Linux dia.sitehostingserver.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64 User : kikeda ( 1072) PHP Version : 8.2.31 Disable Function : popen,imap_mail,exec,passthru,system,shell_exec,proc_open,pcntl_exec,eval,allow_url_fopen,allow_url_include,mail,proc_get_status,get_cfg_var,disk_free_space,disk_total_space,diskfreespace,getmygid,getmyinode,getmypid,geymyuid,proc_nice,proc_terminate,proc_close,apache_child_terminate,chown,lchgrp,lchown,link,readlink,exif_read_data,read_exif_data,exif_thumbnail,highlight_file,show_source,php_strip_whitespace,get_meta_tags,dl,leak,pfsockopen,event_new,pcntl_signal,pcntl_alarm,register_tick_function,apache_setenv,define_syslog_variables,escapeshellarg,escapeshellcmd,ini_alter,ini_restore,inject_code,openlog,syslog,xmlrpc_entity_decode,phpAds_remoteInfo,phpAds_XmlRpc,phpAds_xmlrpcDecode,phpAds_xmlrpcEncode,chgrp,php_eval,safe_dir,root,ftok,egy_perl,symlink,wscript MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/kikeda/public_html/egroupcanada.ca/wp-includes/blocks/query/ |
Upload File : |
/**
* Breakpoints & Media Queries
*/
/**
* Colors
*/
/**
* Typography
*/
/**
* 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.
*/
/**
* 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.
*/
/**
* Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
* Long content fade mixin
*
* Creates a fading overlay to signify that the content is longer
* than the space allows.
*/
/**
* Breakpoint mixins
*/
/**
* Focus styles.
*/
/**
* Applies editor left position to the selector passed as argument
*/
/**
* Styles that are reused verbatim in a few places
*/
/**
* Allows users to opt-out of animations via OS-level preferences.
*/
/**
* Reset default styles for JavaScript UI based pages.
* This is a WP-admin agnostic reset
*/
/**
* Reset the WP Admin page styles for Gutenberg-like pages.
*/
/**
* Creates a checkerboard pattern background to indicate transparency.
* @param {String} $size - The size of the squares in the checkerboard pattern. Default is 12px.
*/
.block-library-query-pattern__selection-modal .block-editor-block-patterns-list {
column-count: 2;
column-gap: 24px;
}
@media (min-width: 1280px) {
.block-library-query-pattern__selection-modal .block-editor-block-patterns-list {
column-count: 3;
}
}
.block-library-query-pattern__selection-modal .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item {
break-inside: avoid-column;
}
.block-library-query-pattern__selection-modal .block-library-query-pattern__selection-search {
background: #fff;
position: sticky;
top: 0;
padding: 16px 0;
transform: translateY(-4px);
margin-bottom: -4px;
z-index: 2;
}
@media (min-width: 600px) {
.wp-block-query__enhanced-pagination-modal {
max-width: 480px;
}
}
.block-editor-block-settings-menu__popover.is-expanded {
overflow-y: scroll;
}
.block-editor-block-settings-menu__popover .block-library-query-pattern__selection-content {
height: 100%;
}
.block-editor-block-settings-menu__popover .block-editor-block-patterns-list {
display: grid;
grid-template-columns: 1fr;
}
@media (min-width: 600px) {
.block-editor-block-settings-menu__popover .block-editor-block-patterns-list {
grid-template-columns: 1fr 1fr;
}
}
.block-editor-block-settings-menu__popover .block-editor-block-patterns-list {
grid-gap: 12px;
min-width: 280px;
}
@media (min-width: 600px) {
.block-editor-block-settings-menu__popover .block-editor-block-patterns-list {
min-width: 480px;
}
}
.block-editor-block-settings-menu__popover .block-editor-block-patterns-list__list-item {
margin-bottom: 0;
}
.wp-block-query > .block-editor-media-placeholder.is-small {
min-height: 60px;
}