Your IP : 216.73.216.240


Current Path : /home/sunflowe/www2/disneyexplorer/wp-content/themes/wide/assets/sass/theme/components/
Upload File :
Current File : /home/sunflowe/www2/disneyexplorer/wp-content/themes/wide/assets/sass/theme/components/_forms.scss

.form-control{
    border:1px solid #ebebeb;
    -webkit-appearance:none;
    appearance: none;
    border-radius:0px;
    box-shadow: none;
    &:focus{
        box-shadow: none;
        border-color:$theme-color;
    }
}
.input-group{
    input,.form-control{
        height: 40px;
    }
    .btn{
        padding: 9px 17px;
    }
}
//tabs
.nav-tabs{
   > li{
        @include rtl-float-left();
        @include rtl-padding-right(15px);
        > a{
            padding:10px 20px;
            font-size: 16px;
            border: none;
            border-radius: 0;
        }

        &.active{
            > a{
                color: #fff;
                &,
                &:hover,
                &:focus {
                    color: #fff;
                    border: none;
                    border-bottom-color: transparent;
                    cursor: default;
                }
            }
        }
   }
}
.btn:focus, .btn.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus{
    outline: none;
}
.form-control::-moz-placeholder{
    font-weight: 400;
}
.wpcf7-form{
    .wpcf7-form-control-wrap{
        margin-bottom: 30px;
        position: relative;
        display: block;
    }
    .form-control{
        background:white;
        border-radius: 3px;
    }
}