Sha256: 2ee7fc45ae4291c7a06912653b0544c5aaa311f60ebe6ba80c570de99aa7e836

Contents?: true

Size: 1.53 KB

Versions: 12

Compression:

Stored size: 1.53 KB

Contents

/*
 *= require_self
 */

@import "compass/css3";
@import "sassy-buttons";
@import "alchemy/variables";
@import "alchemy/mixins";
@import "alchemy/extends";

#alchemy_menubar {
  position: fixed;
  top: 0;
  left: -356px;
  width: 400px;
  z-index: 10000;
  background: $light-gray;
  @include animate-left;
  @include bottom-right-rounded-border;
  @include drop-shadow;
  @include box-sizing(border-box);
  border-right: $default-border;
  border-bottom: $default-border;
  height: 44px;
  padding: 4px 40px 4px 8px;
  overflow: hidden;
  font: $default-font-style;

  * {
    @include box-sizing(border-box);
    margin: 0;
    padding: 0;
  }

  &:hover {
    left: 0;
  }

  &:after {
    content: '';
    width: 28px;
    height: 28px;
    position: absolute;
    right: 8px;
    top: 8px;
    background: image-url('alchemy/icon.svg') 0 0 no-repeat;
    background-size: 28px 28px;
  }

  ul {
    padding: 0;
    margin: 0;
    height: auto;

    li {
      width: 32%;
      height: 35px;
      margin: 0 $default-margin 0 0;
      padding: 0;
      float: left;
      list-style-type: none;
      text-align: center;

      a, button {
        @extend %button-defaults;
        padding-left: $default-padding;
        padding-right: $default-padding;
        width: 100%;
        display: block;
        line-height: 14px;
        font-weight: normal;
        text-decoration: none !important;
        text-transform: none;
        color: $text-color !important;
        font-family: $default-font-face;

        &:after { display: none }
      }
    }
  }
}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
alchemy_cms-3.1.3 app/assets/stylesheets/alchemy/menubar.css.scss
alchemy_cms-3.2.0.beta app/assets/stylesheets/alchemy/menubar.scss
alchemy_cms-3.1.1 app/assets/stylesheets/alchemy/menubar.css.scss
alchemy_cms-3.1.0 app/assets/stylesheets/alchemy/menubar.css.scss
alchemy_cms-3.1.0.rc3 app/assets/stylesheets/alchemy/menubar.css.scss
alchemy_cms-3.1.0.rc2 app/assets/stylesheets/alchemy/menubar.css.scss
alchemy_cms-3.1.0.rc1 app/assets/stylesheets/alchemy/menubar.css.scss
alchemy_cms-3.1.0.beta6 app/assets/stylesheets/alchemy/menubar.css.scss
alchemy_cms-3.1.0.beta5 app/assets/stylesheets/alchemy/menubar.css.scss
alchemy_cms-3.1.0.beta4 app/assets/stylesheets/alchemy/menubar.css.scss
alchemy_cms-3.1.0.beta3 app/assets/stylesheets/alchemy/menubar.css.scss
alchemy_cms-3.1.0.beta2 app/assets/stylesheets/alchemy/menubar.css.scss