Sha256: 714e51a7beb3432e67dcaa0992c44e4009c1fa3d125385b8c711f37d4c7986fa

Contents?: true

Size: 706 Bytes

Versions: 3

Compression:

Stored size: 706 Bytes

Contents

////////////////////////
// Maintenance Page File
//
// This file gets turned into maintenance.css.
// We keep is separate so that you may have custom CSS on the maintenance
//  page if you so wish, and not include your full site's css.
////////////////////////

////////////////////////
// Base Import
////////////////////////
@import 'partials/base/base';

////////////////////////
// Other partial import
////////////////////////
@import 'partials/global/global';
@import 'partials/page/header';
@import 'partials/page/content';
@import 'partials/page/footer';

// Code specifically for the maintenance page.

.maintenance-page {

  // Specifically if the db cannot be reached.
  &.db-offline {

  }

}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
compass-aurora-1.0.1 templates/parmesan/maintenance.scss
compass-aurora-1.0 templates/parmesan/maintenance.scss
compass-aurora-0.9.5 templates/parmesan/maintenance.scss