Sha256: 6ae29c84b34949cb1df988a5465e955d8c4d819fb2b02df183f3ebb2e6353dc2
Contents?: true
Size: 580 Bytes
Versions: 4
Compression:
Stored size: 580 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. //////////////////////// //////////////////////// // Configuration, no CSS output. // variables // mixins // functions // compass extensions //////////////////////// @import 'config/config'; // Code specifically for the maintenance page. .maintenance-page { // Specifically if the db cannot be reached. &.db-offline { } }
Version data entries
4 entries across 4 versions & 2 rubygems