Sha256: 595f7aa960a428f1b6e44fe660fda4ffb3ce62fffe38cb19cb51d45e8b299dda

Contents?: true

Size: 782 Bytes

Versions: 5

Compression:

Stored size: 782 Bytes

Contents

.o-header-search-form {
  $ub-search-form-bg: darken($ub-nav-bg, 5%);

  @include placeholder($ub-nav-link);
  height: 65px;
  margin-bottom: 0;
  input {
    @include add-column-padding($x: 1);
    @include add-top-bottom-padding($y: .5);
    @include txt-element(subscribe-text);
    max-width: 100% !important;
    min-width: 1px;
    &, &:focus {
      background-color: $ub-search-form-bg;
      border-color: $ub-search-form-bg;
      box-shadow: none;
      color: $ub-white;
    }
  }

  @include e(submit) {
    display: flex !important;
    button {
      @include button($background: $ub-search-form-bg, $background-hover: auto, $color: $ub-nav-link);
      @include add-column-padding($x: 1);
      //@include add-gutter(padding, right, 1);
      margin: 0;
    }
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
lcms-engine-0.1.4 app/assets/stylesheets/lcms/engine/layout/_header-search-form.scss
lcms-engine-0.1.3 app/assets/stylesheets/lcms/engine/layout/_header-search-form.scss
lcms-engine-0.2.0 app/assets/stylesheets/lcms/engine/layout/_header-search-form.scss
lcms-engine-0.1.2 app/assets/stylesheets/lcms/engine/layout/_header-search-form.scss
lcms-engine-0.1.0 app/assets/stylesheets/lcms/engine/layout/_header-search-form.scss