HEX
Server: Apache
System: Linux pdx1-shared-a4-02 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: niched (5283231)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/niched/writesideup.net/wp-content/plugins/codevz-plus/admin/assets/scss/csf.scss
/**
 *
 * -----------------------------------------------------------
 *
 * Codestar Framework
 * A Lightweight and easy-to-use WordPress Options Framework
 *
 * Copyright 2015 Codestar <info@codestarlive.com>
 *
 * -----------------------------------------------------------
 *
 */
@import "compass";
@import "vendor/mixins";
@import "vendor/chosen";
@import "vendor/fields";
@import "vendor/base";
@import "vendor/widget";
@import "vendor/customizer";
@import "vendor/taxonomy";
@import "vendor/modal";
@import "vendor/helper";
@import "vendor/responsive";


.hb{
  position: absolute;
  z-index: 999999;
  background: #333;
  left: 0;
  padding: 30px;
  right: 0;
  height: 100px;
  bottom: -100%;
  @include transition(all .5s);
}

.hb-show{
  bottom: 0;
}

.hb-settings{
  display: none;
}