Sha256: 5c4ab262e9d8fe2e2c46d004b512d55013902d4b641075d0c319fb07c1441ef8

Contents?: true

Size: 824 Bytes

Versions: 1

Compression:

Stored size: 824 Bytes

Contents

.search-box {
  input {
    width: 200px;
    background-color: #fff;
    outline: none;
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    padding: 7px 12px 6px 32px;
    border-radius: 20px;
    border: 1px solid #ddd;
    background: url("../images/search.png") 8px 6px no-repeat;
    background-size: 20px;
    transition: border-color 0.25s ease;
    &:focus {
      border-color: #de4f4f;
    }
  }
}
.search-box.st-default-search-input {
  width: 200px;
  background-color: #fff;
  outline: none;
  font-family: 'ProximaNova-Regular';
  font-size: 14px;
  padding: 7px 12px 6px 32px;
  border-radius: 20px;
  border: 1px solid #ddd;
  background: url("../images/search.png") 8px 6px no-repeat;
  background-size: 20px;
  transition: border-color 0.25s ease;
  &:focus {
    border-color: #de4f4f;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
graphql-docs-0.1.1 sample_assets/_sass/_search.scss