File: /home/dermova/public_html/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;
}