Sha256: ea2bc82a9457b3301f233827b5532977bea24c4febb89d546b52fbf68d2587de

Contents?: true

Size: 541 Bytes

Versions: 13

Compression:

Stored size: 541 Bytes

Contents

=indented_dl()
  dt
    font-weight: bold
  dd
    padding-left: 1em

=clean_list($inline: true)
  list-style: none
  margin-left: 0
  padding-left: 0
  @if ($inline)
    & > li
      display: inline-block

=ellipsis_text()
  overflow: hidden
  white-space: nowrap
  text-overflow: ellipsis
  &:hover
    overflow: visible
    white-space: normal
    text-overflow: none

=rbbt_panel($color_bg: $color_panel_bg, $color_border: $color_panel_border)
  background-color: $color_bg
  border: 1px solid $color_border
  padding: $vindent $indent

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
rbbt-rest-1.4.12 share/views/compass/functions.sass
rbbt-rest-1.4.11 share/views/compass/functions.sass
rbbt-rest-1.4.10 share/views/compass/functions.sass
rbbt-rest-1.4.9 share/views/compass/functions.sass
rbbt-rest-1.4.8 share/views/compass/functions.sass
rbbt-rest-1.4.7 share/views/compass/functions.sass
rbbt-rest-1.4.6 share/views/compass/functions.sass
rbbt-rest-1.4.5 share/views/compass/functions.sass
rbbt-rest-1.4.4 share/views/compass/functions.sass
rbbt-rest-1.4.3 share/views/compass/functions.sass
rbbt-rest-1.4.2 share/views/compass/functions.sass
rbbt-rest-1.4.1 share/views/compass/functions.sass
rbbt-rest-1.4.0 share/views/compass/functions.sass