@import './colors';
@import './mixins';
@import './icons';

@mixin hc-search-bar() {
    display: block;
}

@mixin hc-search-bar-form-field() {
    display: block;
    width: auto;
    @include fontSize(15px);
    line-height: 15px;
}

@mixin hc-search-bar-ico() {
    display: inline-block;
    height: 15px;
    width: 15px;
    cursor: pointer;
    background-image: url($ico-search-grey);
    background-repeat: no-repeat;
}

@mixin hc-search-bar-ico-tight() {
    height: 13px;
    width: 13px;
}

@mixin hc-search-bar-field-wrapper() {
    padding-bottom: 0;
}
