Server IP : 162.214.80.37 / Your IP : 216.73.216.68 Web Server : Apache System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : imyrqtmy ( 2189) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home2/imyrqtmy/public_html/dspublicschoolgzb/AdminPanel/assets/scss/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
/* ============== Form-elements ===================*/ label { font-weight: 500; } .form-control { font-size: $base-font; &:focus { border-color: $primary; box-shadow: none; } } .form-control-sm { font-size: .875rem; } .custom-control-input:checked~.custom-control-indicator { background-color: $primary; } .custom-control-input:focus~.custom-control-indicator { -webkit-box-shadow: 0 0 0 1px $white, 0 0 0 3px $primary; box-shadow: 0 0 0 1px $white, 0 0 0 3px $primary; } .has-success { .form-control { border-color: $success; box-shadow: none; } } .has-warning { .form-control { border-color: $warning; box-shadow: none; } } .has-error { .form-control { border-color: $danger; box-shadow: none; } } .input-group-addon { border-radius: 2px; border: 1px solid $gray-100; }