MOON
Server: Apache
System: Linux server.netcommlabs.in 3.10.0-1160.83.1.el7.x86_64 #1 SMP Wed Jan 25 16:41:43 UTC 2023 x86_64
User: dermova (1051)
PHP: 5.4.45
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/dermova/www/india/wp-content/themes/ri-colias/sass/theme/components/_forms.scss
.form-control{
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    box-shadow: none;
    &:focus{
        box-shadow: none;
        border-color:$theme-color;
    }
}
.input-group{
    input,.form-control{
        height: 36px;
    }
    .btn{
        padding: 9px 17px;
    }
}
//tabs
.nav-tabs{
   > li{
        @include rtl-float-left();
        @include rtl-padding-right(15px);
        > a{
            padding:10px 20px;
            font-size: 16px;
            background: #ededed;
            border: none;
            border-radius: 0;
        }

        &.active{
            > a{
                background: $theme-color;
                color: #fff;
                &,
                &:hover,
                &:focus {
                    color: #fff;
                    background: $theme-color;
                    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-style: italic;
    font-weight: 300;
}