HEX
Server: Apache
System: Linux server-674799.igrow.ws 5.14.0-611.30.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 11 06:42:00 EST 2026 x86_64
User: elrashedytravel (1025)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/elrashedytravel/www/wp-content/themes/bloglo/inc/customizer/controls/widget/widget.scss
/*****************************************/
/* Customizer control widget style
/*****************************************/

/**
 * Import configuration file with variables.
 */
@import "../../../../assets/sass/config";

.bloglo-add-widget-wrap {
  display: flex;
  justify-content: flex-end;
}

.bloglo-control-wrapper.bloglo-widget-wrapper {
  .customize-control-description {
    margin-bottom: 12px !important;
  }
}

.bloglo-customizer-widget-form,
.bloglo-widget-tmpls {
  display: none;
}

.bloglo-add-widget {
  &::before {
    content: "\f132";
    display: inline-block;
    position: relative;
    left: -4px;
    font: normal 16px/1 dashicons;
    vertical-align: middle;
    transition: all 0.1s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

body.bloglo-adding-widget {
  #customize-preview {
    opacity: 0.4;
  }

  #bloglo-available-widgets {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  .bloglo-add-widget {
    background: #eee;
    border-color: #929793;
    color: #32373c;
    box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);

    &:before {
      transform: rotate(45deg);
    }
  }
}

.bloglo-widget-caption {
  padding: 0 0 0 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
  border-bottom: 1px solid #ddd;

  h3 {
    font-size: 14px;
    display: block;
    font-weight: 200;
    margin: 0 auto 0 0;
    padding: 0;
    line-height: 1;
  }

  a {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    padding: 0 2px 0 0;
    background: #eee;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    color: #444;
    text-align: left;
    cursor: pointer;
    transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out,
      background 0.15s ease-in-out;
    box-sizing: content-box;
    text-decoration: none;

    &:before {
      font: normal 18px/1 dashicons;
      content: "\f335";
    }

    &:hover,
    &:focus {
      background-color: #f3f3f5;
      box-shadow: none;
      outline: none;
    }
  }
}

#bloglo-available-widgets-list {
  .bloglo-widget {
    position: relative;
    padding: 15px 15px 15px 60px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-left: 4px solid #fff;
    transition: 0.15s color ease-in-out, 0.15s background-color ease-in-out,
      0.15s border-color ease-in-out;
    cursor: pointer;

    &.disabled {
      opacity: 0.5;
      pointer-events: none;
    }

    .widget {
      margin: 0;
    }

    .widget-top {
      border: none;
      background: inherit;
      box-shadow: none !important;
    }

    .widget-title {
      position: relative;

      h3 {
        padding: 0 0 5px;
        font-size: 14px;
      }

      i {
        position: absolute;
        top: -3px;
        right: 100%;
        margin-right: 20px;
        width: 20px;
        height: 20px;
        color: #32373c;
        font: normal 20px/1 dashicons;
        text-align: center;
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      }
    }

    .widget-description {
      padding: 0;
      color: #72777c;
      display: block;
      font-size: 12px;
      overflow-wrap: break-word;
      word-wrap: break-word;
      hyphens: auto;
    }

    .widget-title-action {
      button {
        display: none;
      }
    }

    &:hover,
    &.selected,
    &:focus {
      background-color: #f3f3f5;
      border-bottom-color: #ccc;
      color: #0073aa;
      border-left: 4px solid #0073aa;
    }
  }
}

.bloglo-widget-container {
  .widget {
    margin-bottom: 5px;

    &:last-child {
      margin-bottom: 12px;
    }

    .widget-content {
      p {
        margin: 0 0 20px 0;
      }

      label:not(.switch-label) {
        color: #232323;
        font-weight: 500;
        display: block;
      }

      button {
        display: inline-block;
        margin-top: 6px;
      }

      .description {
        font-size: 11px;
      }
    }

    &:first-child {
      .widget-top {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
      }
    }

    &:last-child {
      .widget-top {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
      }
    }

    .widget-top {
      border: 1px solid #ddd !important;
      box-shadow: none !important;

      .widget-title {
        i {
          display: none;
        }
      }
    }

    .widget-inside {
      padding: 20px;
      border-radius: 0 0 3px 3px;
    }

    &.bloglo-expanded {
      .widget-top {
        background-color: #fff;
        border-radius: 3px 3px 0 0 !important;
      }

      .toggle-indicator {
        transform: rotate(180deg);
      }
    }

    .widget-control-actions {
      margin-top: 15px;
      display: flex;
      align-items: center;

      .spinner {
        margin-left: auto;
        margin-right: 0;
        visibility: visible;
      }

      .widget-control-separator {
        display: inline-block;
        margin: 0 2px;
      }
    }
  }

  .bloglo-widget-nav-selected {
    display: none;
  }

  .bloglo-widget-nav-has-menu {
    .bloglo-widget-nav-empty {
      display: none;
    }

    .bloglo-widget-nav-selected {
      display: block;
    }
  }
}