Sha256: 823fcf46dcf6053778379c6d6c7f7fb5ae279236ddd2828903aa2cccbc1f9161

Contents?: true

Size: 1.67 KB

Versions: 13

Compression:

Stored size: 1.67 KB

Contents

// =============================================================================
// Actionbar
// =============================================================================

// The actionbar wrapper class. Is also used in _transitions.scss for closing
// and opening animations.

.actionbar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  max-width: $actionbar-width;
  background: $white;
  border-right: 1px solid $border-color-base;
  transition: left $base-transition-speed linear;
  .scrollable {
    margin-top: 173px;
    &.no-editable-elements {
      margin-top: 105px;
    }
    fieldset.inputs {
      padding-top: 0;
    }
  }
  .main .header-row {
    padding: 15px 0;
  }
  .info-row {
    p {
      margin-bottom: 0;
      line-height: 30px;
      color: $gray-darkest;
      a {
        color: $gray-darkest;
      }
      button {
        margin-left: 20px;
      }
    }
    fieldset.inputs {
      .form-group.input {
        margin-bottom: 0;
      }
    }
  }
  .editable-elements fieldset:first-child {
    padding-top: 0;
  }
}

// The trigger button on the top right side in the actionbar.

.actionbar-trigger {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 105;
  width: 30px;
  height: 30px;
  padding-top: 5px;
  text-align: center;
  cursor: pointer;
  background: $gray-darker;
  transition: all $base-transition-speed linear;
  .fa, .far, .fal, .fas {
    color: $white;
  }
  &:hover {
    background: $gray-darkest;
  }
}

// Responsive
// =============================================================================

@media (max-width: $screen-sm-min) {
  .actionbar {
    box-shadow: 1px 0 10px rgba($black, .2);
  }
}

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
locomotivecms-4.2.0.alpha2 app/assets/stylesheets/locomotive/new/_actionbar.scss
locomotivecms-4.2.0.alpha1 app/assets/stylesheets/locomotive/new/_actionbar.scss
locomotivecms-4.1.1 app/assets/stylesheets/locomotive/new/_actionbar.scss
locomotivecms-4.1.0 app/assets/stylesheets/locomotive/new/_actionbar.scss
locomotivecms-4.1.0.rc1 app/assets/stylesheets/locomotive/new/_actionbar.scss
locomotivecms-4.0.3 app/assets/stylesheets/locomotive/new/_actionbar.scss
locomotivecms-4.0.2 app/assets/stylesheets/locomotive/new/_actionbar.scss
locomotivecms-4.0.1 app/assets/stylesheets/locomotive/new/_actionbar.scss
locomotivecms-4.0.0 app/assets/stylesheets/locomotive/new/_actionbar.scss
locomotivecms-4.0.0.rc0 app/assets/stylesheets/locomotive/new/_actionbar.scss
locomotivecms-4.0.0.alpha3 app/assets/stylesheets/locomotive/new/_actionbar.scss
locomotivecms-4.0.0.alpha2 app/assets/stylesheets/locomotive/new/_actionbar.scss
locomotivecms-4.0.0.alpha1 app/assets/stylesheets/locomotive/new/_actionbar.scss