Sha256: dddd8ada2d6079887dd164cf17181602635a89d73ecc74032c1a1814b2257d54

Contents?: true

Size: 924 Bytes

Versions: 11

Compression:

Stored size: 924 Bytes

Contents

@mixin right-double-arrow
  &:after
    content: '\0000a0\00BB'

@mixin arrow-down($width: 40px, $height: 20px, $color: #000)
  width: 0
  height: 0
  border-left: ($width / 2) solid transparent
  border-right: ($width / 2) solid transparent
  border-top: $height solid $color

@mixin arrow-up($width: 40px, $height: 20px, $color: #000)
  width: 0
  height: 0
  border-left: ($width / 2) solid transparent
  border-right: ($width / 2) solid transparent
  border-bottom: $height solid $color

@mixin arrow-right($width: 40px, $height: 20px, $color: #000)
  width: 0
  height: 0
  border-top: ($height / 2) solid transparent
  border-bottom: ($height / 2) solid transparent
  border-left: $width solid $color

@mixin arrow-left($width: 40px, $height: 20px, $color: #000)
  width: 0
  height: 0
  border-top: ($height / 2) solid transparent
  border-bottom: ($height / 2) solid transparent
  border-right: $width solid $color

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
easy_html_creator-1.3.2 dev_root/shared/sass/mixins/_arrows.sass
easy_html_creator-1.3.1 dev_root/shared/sass/mixins/_arrows.sass
easy_html_creator-1.3.0 dev_root/shared/sass/mixins/_arrows.sass
easy_html_generator-1.0.6 src/shared/assets/styles/mixins/_arrows.sass
easy_html_generator-1.0.5 src/shared/assets/styles/mixins/_arrows.sass
easy_html_generator-1.0.4 src/shared/assets/styles/mixins/_arrows.sass
easy_html_generator-1.0.3 src/shared/assets/styles/mixins/_arrows.sass
easy_html_generator-1.0.2 src/shared/assets/styles/mixins/_arrows.sass
easy_html_generator-1.0.1 src/shared/assets/styles/mixins/_arrows.sass
easy_html_generator-1.0.0 src/shared/assets/styles/mixins/_arrows.sass
easy_html_creator-1.2.0 dev_root/shared/sass/mixins/_arrows.sass