Sha256: 84e02026f8f60c4c8b073bf56c32ce2d3550aa265ad8157a43541d3a4c30278b

Contents?: true

Size: 875 Bytes

Versions: 4

Compression:

Stored size: 875 Bytes

Contents

=left()
  float: left !important
=block()
  display: block
=borderCorner($topLeft: 4px,$topRight: 4px,$bottomRight: 4px,$bottomLeft: 4px)
  -moz-border-radius-topleft: $topLeft
  -moz-border-radius-topright: $topRight
  -moz-border-radius-bottomright: $bottomRight
  -moz-border-radius-bottomleft: $bottomLeft
  -webkit-border-top-left-radius: $topLeft
  -webkit-border-top-right-radius: $topRight
  -webkit-border-bottom-right-radius: $bottomRight
  -webkit-border-bottom-left-radius: $bottomLeft
  border-top-left-radius: $topLeft
  border-top-right-radius: $topRight
  border-bottom-right-radius: $bottomRight
  border-bottom-left-radius: $bottomLeft
=element_form_name()
  width: 600px
  height: 31px
  padding-top: 5px
  color: $orange !important
  font-size: 1.3em
  font-weight: bold
=opacity($opacity)
  -ms-filter: alpha(opacity=#{$opacity*100})
  opacity: $opacity

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
forgeos_core-1.9.4 app/assets/stylesheets/forgeos/admin/forgeos_core/_common.css.sass
forgeos_core-1.9.3 app/assets/stylesheets/forgeos/admin/forgeos_core/_common.css.sass
forgeos_core-1.9.2 app/assets/stylesheets/forgeos/admin/forgeos_core/_common.css.sass
forgeos_core-1.9.1 app/assets/stylesheets/forgeos/admin/forgeos_core/_common.css.sass