Sha256: c7d22c96fc631b8abc0f77615c23a35f0dee8c0eaf721c3a02df9855c7bb3740

Contents?: true

Size: 596 Bytes

Versions: 4

Compression:

Stored size: 596 Bytes

Contents

// *************************************
//
//   Structures
//   -> Documentation’s modules and UI
//
// *************************************

// -------------------------------------
//   Header
// -------------------------------------

.header {
  background-color: $header-background-color;
  height: 50px;
  min-width: $max-width;
  .logo { @include vertical-align; }
}

// -------------------------------------
//   Welcome
// -------------------------------------

.welcome {
  background-color: #53c597;
  color: #fff;
  margin-bottom: 4em;
  min-width: $max-width;
  padding: 3em 0;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
psique-2.0.0 app/assets/stylesheets/psique/documentation/_structures.scss
psique-1.0.2 app/assets/stylesheets/psique/documentation/_structures.scss
psique-1.0.1 app/assets/stylesheets/psique/documentation/_structures.scss
psique-1.0.0 app/assets/stylesheets/psique/documentation/_structures.scss