Sha256: 07182de4e232ee18f81bf47a229456fa77fac5fe5facc64b010f08dc6dbe26c5

Contents?: true

Size: 1.11 KB

Versions: 1

Compression:

Stored size: 1.11 KB

Contents

// *************************************
//
//   Documentation
//   -> Styles to print the guide
//
// *************************************

// -------------------------------------
//   Variables
// -------------------------------------

@import 'documentation/variables';

// -------------------------------------
//   Vendor
// -------------------------------------

@import 'psique';

// -------------------------------------
//   Components
// -------------------------------------

@import 'documentation/components';

// -------------------------------------
//   Structures
// -------------------------------------

@import 'documentation/structures';

// -------------------------------------
//   Inbox
// -------------------------------------

.title {
  border-bottom: 1px solid $dark-grey;
  margin-top: 2em;
}

pre {
  background-color: #272822;
  border-radius: 5px;
  color: #fff;
  font-size: 85%;
  line-height: 1.45;
  overflow: auto;
  padding: 1em;
}

.main {
  margin-bottom: 2em;
}

a {
  color: $capota-blue;
}

ul > li { line-height: 1.5em; }

.unindented {
  padding: 0;
}

.unstyled {
  list-style: none;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
psique-1.0.2 app/assets/stylesheets/psique/documentation.scss