Sha256: 5d264566a50c341bab596f0e307af12cc3dcb6621af80cdba563bf6765479ccf

Contents?: true

Size: 694 Bytes

Versions: 5

Compression:

Stored size: 694 Bytes

Contents

@import "mixins"

.rounder
  @include rounded-corners(3px, 3px, 3px, 3px)
  
ul.tags
  li
    display: inline-block
    position: relative
  ul.controls
    position: absolute
    background: #fff
    right: 0
    top: 0
    text-align: right
    display: none
    li
      display: inline-block
      a, span
        padding: 0 4px
        font-weight: bold
        text-decoration: none
        font-size: .875em
        display: inline-block
        color: red
      a:hover
        color: red
    
.tag
  background-color: #f8930a
  border-right: 1px solid #a85300
  border-bottom: 1px solid #a85300
  padding: 2px 4px 2px 4px
  font-size: 10pt
  color: #EEEEEE

.tag-error
  color: #991111

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
artfully_ose-1.1.0 app/assets/stylesheets/sass/_tags.sass
artfully_ose-1.1.0.rc2 app/assets/stylesheets/sass/_tags.sass
artfully_ose-1.1.0.rc1 app/assets/stylesheets/sass/_tags.sass
artfully_ose-1.0.0.rc4 app/assets/stylesheets/sass/_tags.sass
artfully_ose-1.0.0.rc3 app/assets/stylesheets/sass/_tags.sass