Sha256: 01f4949a35a44afed0fa82c17b68144ba37adb5f7c50099538d0a96c9f5c50e7

Contents?: true

Size: 385 Bytes

Versions: 4

Compression:

Stored size: 385 Bytes

Contents

#filter {
    -webkit-appearance: button;
    display: block;
    width: 310px;
    height: 48px;
    -webkit-background-size: 310px 192px;
    font-weight: bold;
    border: 0;
    padding-left: 10px;
    color: #666;
    margin: 0 auto 5px;
    font-size: 18px;

    background-image: url(#{$imghost}dropdown_sprite@2x.png);

    &.hl {
        background-position: 0 -48px;
    }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sports_db-0.2.3 app/assets/stylesheets/_filterable.css.scss
sports_db-0.2.2 app/assets/stylesheets/_filterable.css.scss
sports_db-0.2.1 app/assets/stylesheets/_filterable.css.scss
sports_db-0.2 app/assets/stylesheets/_filterable.css.scss