Sha256: 65fc191e6f4c5af2478a9ae019ce31f547311aa312498285e5c71a9860bdf2f5

Contents?: true

Size: 1.7 KB

Versions: 2

Compression:

Stored size: 1.7 KB

Contents

// Maintenance page
// --------------------------------------------------
body.maintenance-page {
  .container {
    max-width: 970px !important;
  }

  .jumbotron {
    background-color: #000000;
    color: white;
    padding: 20px 0;
    h1 {
      font-size: 3.0em;
      margin-top: 0;
    }
    @media screen and (min-width: 768px) {
      padding-top: 30px;
      padding-bottom: 30px;
    }
  }

  .main {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .page-header {
    h1 {
      font-size: 24px;
      @include breakpoint(md) {
        font-size: 36px;
      }
    }
  }

  // Tasks.
  // --------------------------------------------------
  .tasks-list {
    > div {
      margin-bottom: 25px;
      @extend .text-muted;
      @include opacity(0.5);
      h6 {
        margin-bottom: 2px;
        font-size: 14px;
        font-weight: normal;
      }
      h4 {
        margin-top: 0;
        font-size: 14px;
      }
      &.active,
      &.done {
        color: black;
        @include opacity(1.0);
      }
    }
  }

  // Forms.
  // --------------------------------------------------
  .form-actions {
    .btn {
      &:first-child {
        @extend .btn-primary;
        background-color: white;
        border-color: black;
        color: black;
        &:hover, &:focus {
          background-color: black;
          border-color: white;
        }
      }
    }
  }

  // Progress bar
  .progress {
    .progress-bar {
      background-color: black;
    }
  }

  // Theme selection form.
  #panopoly-theme-selection-form {
    .form-type-radio {
      margin: 0 0 2em;
      label {
        display: block;
      }
      .form-radio {
        margin: 0;
        left: 0;
        top: 40%;
      }
    }
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
compass_radix-3.2.0 stylesheets/compass_radix/_maintenance.scss
compass_radix-3.1.6 stylesheets/compass_radix/_maintenance.scss