Sha256: 31b92167380e6c1ef6c75eb5f4c5d5510466d9dc7ff28046e2ae659a7954f7c5

Contents?: true

Size: 871 Bytes

Versions: 1

Compression:

Stored size: 871 Bytes

Contents

#title_bar {
  @include section-header;
  @include clearfix;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
  display: table;
  border-bottom-color: #EEE;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 10px $horizontal-page-margin;
  z-index: 800;

  #titlebar_left, #titlebar_right {
    height: 50px;
    vertical-align: middle;
    display: table-cell;
  }

  #titlebar_right {
    text-align: right;
  }

  h2 {
    margin: 0;
    padding: 0;
    font-size: 2.6em;
    line-height: 100%;
    font-weight: bold;
  }

  .action_items {
    span.action_item {
      & > a, & > .dropdown_menu > a {
        @include light-button;
        padding: 12px 17px 10px;
        span.icon { vertical-align: bottom; margin-right: 4px;}
        margin: 0px;

        &:hover{
          @include icon-color(#000);
        }
      }
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activeadmin-1.0.0.pre1 app/assets/stylesheets/active_admin/structure/_title_bar.scss