Sha256: 4c364ad278f4224094c7d3a84b0cf252a6440e435cb03be42ed462be8a6a223e

Contents?: true

Size: 1.43 KB

Versions: 25

Compression:

Stored size: 1.43 KB

Contents

// Page Siebar Component
// ========================================


// Variables
$sidebar-background-color:      $white-base;
$sidebar-position:              fixed;
$sidebar-shadow-color:          rgba(0, 0, 0, 0.35);
$sidebar-shadow-spread:         0 0 5px;
$sidebar-width:                 250px;

$sidebar-header-background:     $blue-base;
$sidebar-header-padding:        20px 10px;
$sidebar-header-shadow-color:   rgba(0, 0, 0, 0.35);
$sidebar-header-shadow-spread:  2px 0 5px;


// Structure
.page-sidebar{
  @include box-shadow($sidebar-shadow-spread, $sidebar-shadow-color);
  @include position($sidebar-position, 0 null 0 80px);
  @include rem(width, $sidebar-width);
  background-color: $sidebar-background-color;
  overflow: hidden;
}

.page-sidebar--header{
  @include box-shadow($sidebar-header-shadow-spread, $sidebar-header-shadow-color);
  @include rem(padding, $sidebar-header-padding);
  background-color: $sidebar-header-background;

  .header-container--right,
  .header-container--left{
    display: inline-block;
  }

  .header-container--right{
    @include position(relative, -10px null null null);
    float: right;
  }

  .header--title{
    @include s-foxtrot;
    color: $white-base;
    margin-bottom: 0;
    text-transform: uppercase;
  }
}

.header-container--right__actions{

  li{
    @include rem(margin-right, 5px);
    display: inline;
    float: left;
    vertical-align: middle;

    &:last-child{ margin-right: 0; }
  }
}

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
fuel-0.4.10 app/assets/stylesheets/fuel/components/_page-sidebar.scss
fuel-0.4.9 app/assets/stylesheets/fuel/components/_page-sidebar.scss
fuel-0.4.8 app/assets/stylesheets/fuel/components/_page-sidebar.scss
fuel-0.4.7 app/assets/stylesheets/fuel/components/_page-sidebar.scss
fuel-0.4.6 app/assets/stylesheets/fuel/components/_page-sidebar.scss
fuel-0.4.5 app/assets/stylesheets/fuel/components/_page-sidebar.scss
fuel-0.4.4 app/assets/stylesheets/fuel/components/_page-sidebar.scss
fuel-0.4.3 app/assets/stylesheets/fuel/components/_page-sidebar.scss
fuel-0.4.2 app/assets/stylesheets/fuel/components/_page-sidebar.scss
fuel-0.4.1 app/assets/stylesheets/fuel/components/_page-sidebar.scss
fuel-0.3.34 app/assets/stylesheets/fuel/components/_page-sidebar.scss
fuel-0.3.33 app/assets/stylesheets/fuel/components/_page-sidebar.scss
fuel-0.3.32 app/assets/stylesheets/fuel/components/_page-sidebar.scss
fuel-0.3.31 app/assets/stylesheets/fuel/components/_page-sidebar.scss
fuel-0.3.30 app/assets/stylesheets/fuel/components/_page-sidebar.scss
fuel-0.3.29 app/assets/stylesheets/fuel/components/_page-sidebar.scss
fuel-0.3.28 app/assets/stylesheets/fuel/components/_page-sidebar.scss
fuel-0.3.27 app/assets/stylesheets/fuel/components/_page-sidebar.scss
fuel-0.3.26 app/assets/stylesheets/fuel/components/_page-sidebar.scss
fuel-0.3.25 app/assets/stylesheets/fuel/components/_page-sidebar.scss