Sha256: a26d63e093e99465e8fe24d32815f92bc9725a9b74fabb2df3f1e398a90aa031

Contents?: true

Size: 1.75 KB

Versions: 6

Compression:

Stored size: 1.75 KB

Contents

@import 'config'

body
  background: #{"{{ theme.background_color }}"}
  color: #{"{{ theme.text_color }}"}
  font: 14px/1.4 normal #{"{{ theme.text_font | font_family }}"}
  margin: 100px

a
  color: #72C29B
  text-decoration: none

  &:hover
    color: #60AA85

ul
  list-style-type: disc

ol
  list-style-type: decimal

ul, ol
  margin-left: $marginSize

ul.unstyled,
ol.unstyled
  list-style-type: none
  margin-left: 0
  padding: 0

header
  border-bottom: $border
  font-family: #{"{{ theme.header_font | font_family }}"}
  margin-bottom: $marginSize
  padding-bottom: $marginSize
  text-align: center

  a
    color: #666
    font-size: 2.5em

    &:hover
      color: #333

h1, h2, h3, h4, h5
  font-family: #{"{{ theme.header_font | font_family }}"}

div.wrap
  display: table
  width: 100%

aside
  border-right: $border
  display: table-cell
  padding-right: $marginSize
  width: 20%

  section
    margin-bottom: 1.5em

  ul
    margin-bottom: 1.5em
    margin-top: 0

    li
      margin-bottom: .3em

      a
        color: #999
        font-size: .9em

        &:hover
          color: #333

section.content
  display: table-cell
  padding-left: $marginSize
  width: 80%

form
  li
    margin-bottom: 1.2em

  label
    display: block
    margin-bottom: .2em

  input,
  textarea
    border: 1px solid #ddd
    padding: 5px
    width: 350px


.errors
  border-top: 1px soldi #A65A5A
  margin-bottom: 3em

  li
    background: #D97576
    border-bottom: 1px soldi #A65A5A
    color: #fff
    padding: 3px 10px

.bigcartel-credit
  font-size: 14px
  line-height: 1em
  display: inline-flex
  justify-content: center
  gap: 10px
  outline-offset: 4px

  &__text
    font-weight: bold
    position: relative

  &__lockup
    display: block
    fill: currentColor
    width: 85px

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
dugway-1.0.10 lib/dugway/cli/templates/source/stylesheets/layout.css.sass
dugway-1.0.9 lib/dugway/cli/templates/source/stylesheets/layout.css.sass
dugway-1.0.8 lib/dugway/cli/templates/source/stylesheets/layout.css.sass
dugway-1.0.7 lib/dugway/cli/templates/source/stylesheets/layout.css.sass
dugway-1.0.6 lib/dugway/cli/templates/source/stylesheets/layout.css.sass
dugway-1.0.5 lib/dugway/cli/templates/source/stylesheets/layout.css.sass