ROOTPLOIT
Server: LiteSpeed
System: Linux in-mum-web1878.main-hosting.eu 5.14.0-570.21.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jun 11 07:22:35 EDT 2025 x86_64
User: u435929562 (435929562)
PHP: 7.4.33
Disabled: system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
Upload Files
File: //home/u435929562/domains/dev.peacockindia.in/public_html/Frontend/assets/scss/_variables.scss
// Font Family
$pop: 'Poppins', sans-serif;

// Colors ---------------
$white: #ffffff;

$black: #201f1f;
$black-2: #323232;

$footer-bg: #151616;

$grey:#f5f5f5;


$theme-color: #bc8246;
$body-text-color: #848b8a;

//border colors
$border:#ebebeb;
$border-2:#383838;


// Heading Color
$heading-color: #201f1f;

// Soft color
$black-soft:#444;
$black-soft-2: #606060;
$black-soft-3: #757575;


// Responsive Variables
$laptop: 'only screen and (min-width: 1200px) and (max-width: 1600px)';
$lg : 'only screen and (min-width: 992px) and (max-width: 1199px)';
$md:'only screen and (min-width: 768px) and (max-width: 991px)';
$sm: 'only screen and (min-width: 576px) and (max-width: 767px)';
$xs:'(max-width: 575px)';