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 ] |
---|
@mixin font { font-family: 'Lexend'; font-style: normal; font-weight: 400; font-size: 14px; } .alert-section{ background: #fff; padding: 80px; background: #FCFCFC; margin-top: 8px; h1{ font-weight: 700; font-size: 32px; text-transform: uppercase; color: #120D26; } p{ @include font; color: #4B4B4B; } } .close-icon{ float: right; } .basic-success-alert{ padding: 15px; background-color: $success-tint-light; color: $success-primary; @include font; .success-icon{ color: $success-primary; } } .basic-secondary-alert{ padding: 15px; background-color: $blue-tint-light; color: $blue-primary; @include font; .secondary-icon{ color: $blue-primary; } } .basic-warning-alert{ padding: 15px; background-color: $warning-tint-light; color: $warning-primary; @include font; .warning-icon{ color: $warning-primary; } } .basic-danger-alert{ padding: 15px; background-color: $danger-tint-light; color: $danger-primary; @include font; .danger-icon{ color: $danger-primary; } } .alert-success-describe{ h4,p{ color: $success-primary; } } .alert-secondary-describe{ h4,p{ color: $blue-primary; } } .alert-warning-describe{ h4,p{ color: $warning-primary; } } .alert-danger-describe{ h4,p{ color: $danger-primary; } }