Sha256: 0c87eafc6d2a7974fd02e3d23361f505fafb9559245318bc3b3585da6605f609

Contents?: true

Size: 1.65 KB

Versions: 2

Compression:

Stored size: 1.65 KB

Contents

$module_path: '/assets/app_factory/directives/base-footer';
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

base-footer { position:absolute; bottom:0; left:0; padding:0 3px; @include box-sizing(border-box); text-align:left; width:100%; margin:0px; overflow:hidden; background: #F4F8FC; @include box-shadow(0 -1px 2px rgba(0,0,0,0.08));
  &.disabled .footer { pointer-events: none;
    label { @include opacity(.5); }
    .input-wrapper { @include opacity(.5); cursor: not-allowed; }
    button { @include opacity(.5); background: #c9d5e1; border-color: #a6b4c1; text-shadow: none; }
  }
  .footer { @include box-shadow(#ffffff 0 1px 0 inset); padding: 5px 0; border-top: 1px solid #e1e1e1;
    label { font-weight:100; color:#666666; text-shadow:1px 1px 0 #ffffff; margin-left:20px; }
    .input-wrapper { cursor: text; position:relative; display: inline-block; color: #555555; background: rgba(255, 255, 255, 0.75); @include border-radius(4px); border: 1px solid #CCCCCC; @include box-shadow(0 1px 1px rgba(0, 0, 0, 0.075) inset);
      .prefix { pointer-events: none; font-size: 12px; font-weight: normal; line-height: 1.5; height:28px; vertical-align: middle; padding: 5px 0 0 8px; display:inline-block; }
      input { font-size: 12px; font-weight: normal; background: transparent; padding-left: 0px; border:none; height:28px; @include box-shadow(none); min-width:250px; width:auto; display:inline-block; vertical-align: middle; }
    }
    button { margin-top: 0; margin-left: 2px; padding-top: 5px; padding-bottom: 5px;
      &[disabled] { @include opacity(0.25); }
      i { margin-right: 5px; }
    }
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fanforce-plugin-factory-2.0.0.rc2 lib/fanforce/app_factory/asset_framework/app_factory/directives/base-footer/_base-footer.scss
fanforce-plugin-factory-2.0.0.rc1 lib/fanforce/app_factory/asset_framework/app_factory/directives/base-footer/_base-footer.scss