Sha256: abd726298397ff549086e5fea865c495588747008b84991478fe5e3f683f63ca

Contents?: true

Size: 835 Bytes

Versions: 2

Compression:

Stored size: 835 Bytes

Contents

#title_bar {
  @include section-header;
  @include clearfix;
  @include box-sizing(border-box);
  @include box-shadow(0 1px 2px rgba(0, 0, 0, 0.37));
  display: table;
  border-bottom-color: #EEE;
  width: 100%;
  position: relative; 
  margin: 0; 
  margin-bottom: 15px;
  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;
    font-weight: bold;
  }

  .action_items { 
    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

2 entries across 2 versions & 1 rubygems

Version Path
guara-0.0.3 vendor/assets/stylesheets/active_admin/structure/_title_bar.scss
guara-0.0.1.rc vendor/assets/stylesheets/active_admin/structure/_title_bar.scss