Sha256: a0e8f3755d075be0a9408d453b4bae344f5d79ff08b7eaf6288fb84b74981dc0

Contents?: true

Size: 486 Bytes

Versions: 2

Compression:

Stored size: 486 Bytes

Contents

@import "iugu-ux/core"
@import "compass/utilities/general/clearfix"
@import 'default-sprites'

.mqc
  background: #CCC
  padding: 20px

  .my_mq_button
    +find-sprite( $assets, 'letsyell-logo' )

@mixin get-image()
  background: #F00

@include for-small-screens()
  .mqc

    .my_mq_button
      border: 1px solid #000
      +find-sprite( $assets, 'arrow-up' )

@include for-hd()
  .mqc
    .my_mq_button
      border: 1px solid #F00
      +find-sprite( $assets-hd, 'letsyell-logo' )

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
iugu-ux-0.7.1 sandbox/app/assets/stylesheets/mq-styles.sass
iugu-ux-0.7.0 sandbox/app/assets/stylesheets/mq-styles.sass