Sha256: 4a8c7d9f795721236252fee9b83de84286d8a5dd1a8df24e34d5864988342875

Contents?: true

Size: 322 Bytes

Versions: 1

Compression:

Stored size: 322 Bytes

Contents

.search-bar {
  width: 100%;

  form {
    position: relative;
  }

  input {
    box-sizing: border-box;
    display: block;
    margin: 0;
    position: relative;
    width: 100%;
  }

  button {
    @include position(absolute, 0 0 0 null);
    padding: 5px 10px;

  }

  img {
    height: 12px;
    opacity: 0.7;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
refills-0.2.0 source/stylesheets/refills/unstyled/_search-bar.scss