Sha256: 8c8a6d19511c48d38178377c3832d01a89ebd651ff51d650c8325f68e9d41cf5

Contents?: true

Size: 1.05 KB

Versions: 10

Compression:

Stored size: 1.05 KB

Contents

/* compontents */

//search
.search-bar {
  border-bottom: 1px solid fade(@black, 10%);
  position: relative;
  z-index: 99999; //keep search above content
  margin-bottom: -1px;

  .search-icon {
    height: 60px;
    width: 40px;
    background: url(/images/search_icon.png) no-repeat 0 center;
  }

  .search {
    //.debug;
    background: @white;
    height: 60px;

    input,
    button,
    form {
      .kill-effects;
      border: none;
      height: 60px;
      font-size: 20px;
      .museo-sans-light-italic;
    }

    input {
      margin:0;
      padding: 0 0 0 0;
      font-size: 20px;

      &:focus {

      } //focus
    }

    button {
      padding: 0 20px;
      text-transform: uppercase;
    }


  } //search
} //search bar

//pagination
.pagination {
  height: 80px;
  background: @gray-background;
  padding: 0;
  margin:0 auto;
  text-transform: uppercase;
  color: @blue-text;
  z-index: 999;
  position:relative;

  a.previous,
  a.next {
    padding: 25px 0;
  }

  a.previous {
    margin-left: 20px;
  }

  a.next {
    margin-right: 20px;
  }

}

Version data entries

10 entries across 5 versions & 2 rubygems

Version Path
tamtam-vagrant-reload-1.1.3 vendor/cache/vagrant-0ac2a8738841/website/www/source/stylesheets/_components.less
tamtam-vagrant-reload-1.1.3 vendor/cache/vagrant-0ac2a8738841/website/docs/source/stylesheets/_components.less
tamtam-vagrant-reload-1.1.2 vendor/cache/vagrant-0ac2a8738841/website/docs/source/stylesheets/_components.less
tamtam-vagrant-reload-1.1.2 vendor/cache/vagrant-0ac2a8738841/website/www/source/stylesheets/_components.less
tamtam-vagrant-reload-1.1.1 vendor/cache/vagrant-0ac2a8738841/website/www/source/stylesheets/_components.less
tamtam-vagrant-reload-1.1.1 vendor/cache/vagrant-0ac2a8738841/website/docs/source/stylesheets/_components.less
tamtam-vagrant-reload-1.1 vendor/cache/vagrant-0ac2a8738841/website/www/source/stylesheets/_components.less
tamtam-vagrant-reload-1.1 vendor/cache/vagrant-0ac2a8738841/website/docs/source/stylesheets/_components.less
tnargav-1.3.3 website/docs/source/stylesheets/_components.less
tnargav-1.3.3 website/www/source/stylesheets/_components.less