Sha256: c6689fe084143063a20f68030583a7cf67b296603d9c103c85ce5ecac3c249c2

Contents?: true

Size: 1.76 KB

Versions: 9

Compression:

Stored size: 1.76 KB

Contents

body
  background-color: $okf-grey-1
main
  padding-left: $header-space-left

th
  font-weight: 500

.main__img
  padding-left: $column-gap
  padding-right: 0
  background-color: $okf-grey-1
  position: relative
  z-index: 1

.main + .main .main__chapter
  margin-top: 5rem

.main__img__vis
  @media (max-width: $tablet)
    width: 100%
  @media (min-width: $tablet)
    &:not(:first-of-type)
      margin-top: -2rem
    &:nth-of-type(odd)
      float: right

.main__img__vislist,
.main__img__img
  width: 100%
  @media (min-width: $tablet)
    width: 40%
    position: fixed

.main__copy__inner
  min-height: 100vh
  max-width: 40rem
  margin: auto
  //font-size: 1.2rem

.main__copy
  position: relative
  z-index: 2
  padding: 3rem 4em 0em 3em
  background-color: white
  font-size: 1.2rem

  div > p:first-of-type
    margin-bottom: 1rem

  .main__chapter
    margin-bottom: 1.5em
    font-weight: 500
    color: $okf-grey-3

  .title
    font-size: $size-2
    margin-bottom: 2rem

  h1, h2, h3, h4
    font-weight: 500
    margin-bottom: 0.8em
    color: $okf-font-1

  h2
    font-size: $size-4

  h3
    font-size: $size-5
    margin-top: 1.4em

  p, ul, ol
    color: $okf-font-2
  * + p
    margin-bottom: 1em

  strong
    font-weight: 500
    color: currentColor

  ul
    list-style: bullet
    list-style: disc outside
    margin: 1em 0
    padding-left: 2em

  hr
    margin: 3rem 0 3.5rem

.main__next
  text-align: center

.main__next__chapter
  margin: 1rem 0 0 0 !important
  color: $okf-grey-3 !important
  font-weight: 500

.main__next__link
  display: block
  color: $okf-font-1
  &:hover,
  &:active
    color: $okf-blue
    .icon-next-chapter
      transform: translateX(0.2em)

.main__next__license
  margin-bottom: 2.5rem

.icon-next-chapter
  transition: transform 200ms ease

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
okf-pub-theme-0.2.24 _sass/_main.sass
okf-pub-theme-0.2.23 _sass/_main.sass
okf-pub-theme-0.2.22 _sass/_main.sass
okf-pub-theme-0.2.21 _sass/_main.sass
okf-pub-theme-0.2.20 _sass/_main.sass
okf-pub-theme-0.2.19 _sass/_main.sass
okf-pub-theme-0.2.18 _sass/_main.sass
okf-pub-theme-0.2.17 _sass/_main.sass
okf-pub-theme-0.2.16 _sass/_main.sass