Sha256: eab4c8fd7a5ff089909f0d5f3fb6718f7ea45bc5bb672a6e4288e02947a26ad3

Contents?: true

Size: 1.1 KB

Versions: 2

Compression:

Stored size: 1.1 KB

Contents

@import "app/assets/stylesheets/smock"

body
  -webkit-font-smoothing: antialiased
  -moz-osx-font-smoothing: grayscale

#content
  -webkit-font-smoothing: auto
  -moz-osx-font-smoothing: auto

.example:before
  content: 'Example'
  display: block
.example
  +bottom-horizontal-rule(3)
  code
    overflow-wrap: break-word
  pre
    +space(margin-top, 1)
    +space(margin-bottom, 1)
  pre:before
    content: 'Code'

.style-group__icons
  width: 200px
  text-align: center
  box-shadow: 0 0 0 1px $gray
  +space(padding)
  float: left
  min-height: 200px
  background: $gray-lightest

.style-group__icon
  width: 64px
  height: 64px
  display: block
  margin: 0 auto
  +space(margin-bottom)

.guide-header
  background: $black
  +space(margin-bottom)
  +space(padding-top, 0.5)
  +space(padding-bottom, 0.5)

.actions__group
  +space(margin-bottom)

.actions__group__title
  +typecsset-font-size($first-font-size)
  background: $gray
  +space(padding, 0.5)
  display: block
  color: $white
  border-top-left-radius: $border-radius
  border-top-right-radius: $border-radius

.actions__group__list
  +border
  +space(padding, 0.5)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
smock-0.1.143 guide2.sass
smock-0.1.142 guide2.sass