Sha256: cc2576b57c4d7929768aef70bdec2c8224b95b41e4e9ba7605e090bbd2f164e8

Contents?: true

Size: 1.65 KB

Versions: 17

Compression:

Stored size: 1.65 KB

Contents

#toolbar {
  display: flex;
  align-items: center;
  gap: 2 * $default-padding;
  z-index: 10;
  @extend %gradiated-toolbar;
  margin-right: 0px;
  border-bottom: $default-border;
  position: relative;

  .toolbar_button {
    form {
      margin: 0;
      display: inline-flex;
      align-items: center;
    }
  }

  div p {
    float: right;
    margin: 3px $default-margin 0 0;
    padding: 0;
  }
}

.toolbar_buttons {
  display: flex;
  flex-grow: 1;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;

  @media screen and (min-width: $medium-screen-break-point) {
    overflow: visible;
  }

  &.right {
    flex-grow: 0;
    padding: 8px 0;

    .toolbar_button {
      &:last-child {
        margin-right: $default-margin;
      }
    }
  }

  .icon_button {
    .icon {
      font-size: 1.5em;
      text-shadow: 0 0 1px rgba(#fff, 0.75);
    }
  }

  .toolbar_button {
    margin: 0 2 * $default-margin;

    &:first-child {
      margin-left: $default-margin;

      select,
      .alchemy_selectbox {
        margin-left: 2 * $default-margin;
      }
    }
  }
}

.toolbar_spacer {
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 29px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: $default-border-color;
  margin-right: $default-margin;
  margin-left: $default-margin;
}

#overlay_toolbar {
  @extend %gradiated-toolbar;
  border-bottom: $default-border;
}

.button_group {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 2 * $default-margin;

  &:hover label {
    display: block;
  }

  .toolbar_button {
    margin: 0;
  }
}

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
alchemy_cms-7.1.13 app/assets/stylesheets/alchemy/toolbar.scss
alchemy_cms-7.1.12 app/assets/stylesheets/alchemy/toolbar.scss
alchemy_cms-7.1.11 app/assets/stylesheets/alchemy/toolbar.scss
alchemy_cms-7.1.10 app/assets/stylesheets/alchemy/toolbar.scss
alchemy_cms-7.1.9 app/assets/stylesheets/alchemy/toolbar.scss
alchemy_cms-7.1.8 app/assets/stylesheets/alchemy/toolbar.scss
alchemy_cms-7.1.7 app/assets/stylesheets/alchemy/toolbar.scss
alchemy_cms-7.1.6 app/assets/stylesheets/alchemy/toolbar.scss
alchemy_cms-7.1.5 app/assets/stylesheets/alchemy/toolbar.scss
alchemy_cms-7.1.4 app/assets/stylesheets/alchemy/toolbar.scss
alchemy_cms-7.1.3 app/assets/stylesheets/alchemy/toolbar.scss
alchemy_cms-7.1.2 app/assets/stylesheets/alchemy/toolbar.scss
alchemy_cms-7.1.1 app/assets/stylesheets/alchemy/toolbar.scss
alchemy_cms-7.1.0 app/assets/stylesheets/alchemy/toolbar.scss
alchemy_cms-7.1.0.pre.rc1 app/assets/stylesheets/alchemy/toolbar.scss
alchemy_cms-7.1.0.pre.b2 app/assets/stylesheets/alchemy/toolbar.scss
alchemy_cms-7.1.0.pre.b1 app/assets/stylesheets/alchemy/toolbar.scss