Sha256: 1ddbbb8449967aa01482fb6e48f1b97b95f6601648d90c3f8183d2c30f5673df
Contents?: true
Size: 610 Bytes
Versions: 14
Compression:
Stored size: 610 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'; // Code specifically for the maintenance page. .maintenance-page { // Specifically if the db cannot be reached. &.db-offline { } }
Version data entries
14 entries across 14 versions & 1 rubygems