Sha256: 2022c346178015f66961813aebcd6f564e5bee87a8c366cb99887cacbef4a49a

Contents?: true

Size: 866 Bytes

Versions: 1

Compression:

Stored size: 866 Bytes

Contents

// *************************************
//
//   Search
//   -> Styles for a search box
//
// *************************************

// -------------------------------------
//   Base
// -------------------------------------

.search {
  @include outer-container;
  background-color: $search-background;
  height: 50px;
  overflow: hidden;
  padding: .65em .85em;
}

// -------------------------------------
//   Scaffolding
// -------------------------------------

// ----- Search input ----- //

.search-input {
  @include span-columns(10);
  background-color: $search-input-background;
  border: 0;
  border-radius: 0;
  color: #fff;
  height: 30px;
}

// ----- Search button ----- //

.search-button {
  @include span-columns(2);
  background-color: $search-button-background;
  border: 0;
  color: #fff;
  font-size: 22px;
  outline: 0;
  text-align: right;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
psique-1.0.1 app/assets/stylesheets/psique/structures/_search.scss