Server IP : 164.52.202.56 / Your IP : 216.73.216.208 Web Server : Apache System : Linux e2e-70-56.ssdcloudindia.net 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Tue Nov 5 04:50:16 EST 2024 x86_64 User : rubyaromatics ( 1052) PHP Version : 7.2.34 Directory (0755) : /home/rubyaromatics/public_html/crm/assets/build/less/ |
[ Home ] | [ Terminal ] | [ Upload File ] |
---|
/* * Component: Form * --------------- */ .form-control { .border-radius(@input-radius); box-shadow: none; border-color: @gray-lte; &:focus { border-color: @light-blue; box-shadow: none; } &::-moz-placeholder, &:-ms-input-placeholder, &::-webkit-input-placeholder { color: #bbb; opacity: 1; } &:not(select) { -webkit-appearance: none; -moz-appearance: none; appearance: none; } } .form-group { &.has-success { label { color: @green; } .form-control, .input-group-addon { border-color: @green; box-shadow: none; } .help-block { color: @green; } } &.has-warning { label { color: @yellow; } .form-control, .input-group-addon { border-color: @yellow; box-shadow: none; } .help-block { color: @yellow; } } &.has-error { label { color: @red; } .form-control, .input-group-addon { border-color: @red; box-shadow: none; } .help-block { color: @red; } } } /* Input group */ .input-group { .input-group-addon { .border-radius(@input-radius); border-color: @gray-lte; background-color: #fff; } } /* button groups */ .btn-group-vertical { .btn { &.btn-flat:first-of-type, &.btn-flat:last-of-type { .border-radius(0); } } } .icheck > label { padding-left: 0; } /* support Font Awesome icons in form-control */ .form-control-feedback.fa { line-height: @input-height-base; } .input-lg + .form-control-feedback.fa, .input-group-lg + .form-control-feedback.fa, .form-group-lg .form-control + .form-control-feedback.fa { line-height: @input-height-large; } .input-sm + .form-control-feedback.fa, .input-group-sm + .form-control-feedback.fa, .form-group-sm .form-control + .form-control-feedback.fa { line-height: @input-height-small; }