Sha256: e8f89f7fdad500c1e425e7d656a383e629f91483f4e71d6b3973b5593c769671

Contents?: true

Size: 862 Bytes

Versions: 18

Compression:

Stored size: 862 Bytes

Contents

.search-bar {
  text-align: right;

  form {
    display: inline-block;

    .form-group {
      position: relative;
      top: -6px;
      padding: 4px 6px;
      margin-bottom: 0;
      border: 1px solid #dadada;

      input[type=text] {
        @include box-shadow(none);
        display: inline-block;
        width: 200px;
        height: 19px;
        padding: 0;
        font-size: 12px;
        border: none;
      }

      .icon {
        display: inline-block;
        color: $nav-tabs-link-color;
      }
    }
  }

  &.search-bar-in-nav {
    float: right;

    .form-group {
      top: 2px;
    }
  }
}

@media (max-width: $screen-md-min) {
  .search-bar {
    margin-bottom: 16px;
    text-align: left;

    form {
      .form-group {
        top: 0;
      }
    }

    &.search-bar-in-nav {
      float: none;
      margin-top: 16px;
    }
  }
}

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
locomotivecms-3.4.1 app/assets/stylesheets/locomotive/old/_search_bars.scss
locomotivecms-4.0.0.alpha2 app/assets/stylesheets/locomotive/old/_search_bars.scss
locomotivecms-4.0.0.alpha1 app/assets/stylesheets/locomotive/old/_search_bars.scss
locomotivecms-3.4.0 app/assets/stylesheets/locomotive/old/_search_bars.scss
locomotivecms-3.3.0 app/assets/stylesheets/locomotive/old/_search_bars.scss
locomotivecms-3.3.0.rc3 app/assets/stylesheets/locomotive/old/_search_bars.scss
locomotivecms-3.3.0.rc2 app/assets/stylesheets/locomotive/old/_search_bars.scss
locomotivecms-3.1.2 app/assets/stylesheets/locomotive/old/_search_bars.scss
locomotivecms-3.2.1 app/assets/stylesheets/locomotive/old/_search_bars.scss
locomotivecms-3.3.0.rc1 app/assets/stylesheets/locomotive/old/_search_bars.scss
locomotivecms-3.2.0 app/assets/stylesheets/locomotive/old/_search_bars.scss
locomotivecms-3.2.0.rc2 app/assets/stylesheets/locomotive/old/_search_bars.scss
locomotivecms-3.2.0.rc1 app/assets/stylesheets/locomotive/old/_search_bars.scss
locomotivecms-3.1.1 app/assets/stylesheets/locomotive/old/_search_bars.scss
locomotivecms-3.1.0 app/assets/stylesheets/locomotive/old/_search_bars.scss
locomotivecms-3.1.0.rc3 app/assets/stylesheets/locomotive/old/_search_bars.scss
locomotivecms-3.1.0.rc2 app/assets/stylesheets/locomotive/old/_search_bars.scss
locomotivecms-3.1.0.rc1 app/assets/stylesheets/locomotive/old/_search_bars.scss