Sha256: 34dbc9390f8f295a2cb72874e18f819fa3730dc56d161cdff9609f8b74d29129

Contents?: true

Size: 919 Bytes

Versions: 2

Compression:

Stored size: 919 Bytes

Contents

@import layout.sass

#new_test, .edit_container
  +form

#new_test input[type=submit]
  margin-top: 2em

#search input
  font-size: 1.2em

.table
  .title
    .edit, .ticket
      display: none
      font-size: .9em
      text-align: right
      +form
  
    &:hover .edit, &:hover .ticket
      display: block
  
    &:hover .last
      display: block
  
    .last
      +delete_link

  .rows
    .header div
      border-bottom: 2px solid #{!color_light}
      color = !color_light
      cursor: default

    .row
      span.green
        color: #1F7F00
        font-weight: bold
      
      &:hover .last
        display: block
  
      & > div
        display: block
        font-family = !font_mono
        font-size: 1.1em
        text-align: right
  
        &:first-child, &.last
          font-family = !font_sans
          font-size: .9em
          text-align: left
    
        &.last
          +delete_link

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
a_b-0.1.1 lib/a_b/view/index.sass
a_b-0.1.0 lib/a_b/view/index.sass