????

Your IP : 216.73.216.152


Current Path : /home2/morganrand/public_html/sub/wp-content/themes/oceanwp/sass/components/
Upload File :
Current File : /home2/morganrand/public_html/sub/wp-content/themes/oceanwp/sass/components/_custom-selects.scss

.hasCustomSelect {
    width: 100%;
    z-index: 2;
}

.theme-select {
    position: relative;
    border: 1px solid $color-10;
    color: $color-11;
    height: 34px;
    line-height: 32px;
    padding: 0 45px 0 15px;
    width: 100%;
    z-index: 1;

    &:after {
        font-family: 'FontAwesome';
        content: '\f107';
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        height: 32px;
        width: 32px;
        font-size: 11px;
        color: $color-4;
        border-left: 1px solid $color-10;
        text-align: center;
    }
}