HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/insiders/wp-load/wp-content/themes/breadly/block-css/core-search.css
/* Base spacing for internal use */
/* Default transition */
/* -----------------------------------------------------------------------------
 * 
 * core/search Block
 * 
 * -------------------------------------------------------------------------- */
.wp-block-search.is-style-default, .wp-block-search:not([class*=is-style]) {
  border-radius: var(--wp--custom--breadly--radius--normal);
  border-color: #ddd;
}
.wp-block-search.is-style-default .wp-block-search__label, .wp-block-search:not([class*=is-style]) .wp-block-search__label {
  font-family: var(--gtm--font-family--heading);
  font-weight: 700;
  margin-bottom: var(--gtm--space--3xs);
  display: block;
}
.wp-block-search.is-style-default .wp-block-search__button, .wp-block-search:not([class*=is-style]) .wp-block-search__button {
  font-family: var(--gtm--font-family--heading);
  font-weight: 700;
  font-size: var(--wp--preset--font-size--sm);
  border: none;
  background: var(--wp--preset--color--primary-text);
  color: #fff;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: var(--wp--custom--breadly--radius--normal);
}

.is-style-gtm-core-search-minimal .wp-block-search__input,
.is-style-gtm-core-search-minimal .wp-block-search__button,
.is-style-gtm-core-search-minimal .wp-block-search__inside-wrapper {
  border-radius: var(--wp--custom--breadly--radius--normal);
}