Sha256: c4bb1ea95e71b41eeb6912a293abdafc1b43408df51a28b1c4f1aed55bd70561

Contents?: true

Size: 1.89 KB

Versions: 17

Compression:

Stored size: 1.89 KB

Contents

alchemy-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 400000;
  background-color: rgba(229, 229, 229, 0.4);
}

div#overlay_text_box {
  color: #333333;
  font-size: 1.5em;
  left: 50%;
  line-height: 120px;
  margin-left: -100px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 200px;

  img {
    position: relative;
    top: 9px;
  }
}

#logout {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;

  &:not(:hover) {
    background-color: $main-menu-bg-color;
  }
}

#header {
  display: flex;
  height: $header-height;
  background: $header-background;
  border-bottom: $default-border;
  position: relative;

  a:hover {
    text-decoration: none;
  }

  .page_status_and_name {
    align-items: end;
    padding: $default-padding 2 * $default-padding;
    background-color: $medium-gray;
    text-shadow: $text-shadow-light;
    @extend .disable-user-select;
    @extend .locked_page;
    cursor: default;
    border-bottom-color: $toolbar-bg-color;
  }

  .page_name {
    margin-right: $default-margin;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

#main_content {
  padding-top: 84px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: $collapsed-main-menu-width + 8px;
  z-index: 0;
  width: 100%;
  height: 100%;

  @media screen and (min-width: $large-screen-break-point) {
    padding-left: $main-menu-width + 8px;
  }
}

#user_info {
  display: flex;
  align-items: center;
  height: $header-height;
  padding-left: 2 * $default-padding;
  margin-left: auto;
  border-bottom: $default-border;
  background-color: $header-background;

  select {
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-left: $default-border;
  }

  .current-user-name {
    padding-right: 2 * $default-padding;
  }
}

Version data entries

17 entries across 17 versions & 1 rubygems

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