Server IP : 103.191.208.50 / Your IP : 216.73.216.53 Web Server : LiteSpeed System : Linux orion.herosite.pro 4.18.0-553.53.1.lve.el8.x86_64 #1 SMP Wed May 28 17:01:02 UTC 2025 x86_64 User : celkcksm ( 1031) PHP Version : 7.4.33 Disable Function : show_source, system, shell_exec, passthru, popen, exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/celkcksm/hrms.ncriptech.com/resources/sass/components/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
/* Custom Input field */ .ot-input { background-color: $ot-bg-secondary !important; border: 1px solid $ot-border-primary !important; outline: none !important; color: $ot-text-title !important; font-size: 14px; padding-left: 16px; &:focus-visible { box-shadow: 0px 0px 10px rgba(10, 175, 255, 0.35); border: 1px solid $blue-dark !important; outline: none; } &::placeholder { font-weight: 400; font-size: 14px; color: #b2bec3; } } .input-check-radio { padding: 8px 0; .form-check { display: flex; align-items: self-end; .form-check-input { width: 20px; height: 20px; border-radius: 5px; border: 1px solid $ot-border-table-checkbox; background-color: $ot-bg-table-checkbox; margin-right: 4px; &:focus { box-shadow: none; } &:checked { // linear-gradient(90deg, #0f6aff 0%, #21c6fb 100%); background-repeat: no-repeat; background-position: center; border: none; } } .form-check-label{ margin-left: 8px; } } }