Sha256: 057a940ac901cfc631dc7afe8de01d998589cd4e664861883f0980129a612d3a

Contents?: true

Size: 543 Bytes

Versions: 4

Compression:

Stored size: 543 Bytes

Contents

@import 'colors.styl'
@import 'mixins.styl'

#status
  background-color #000
  margin 0px
  padding 5px
  padding-bottom 10px
  font-family Monospace
  height 2%
  overflow none
  user-select none
  &:before
    color #781111
    content "Detached"
  & > .left
    float left
    width 33%
    cursor pointer
  & > .right
    float right
    width 33%
    cursor pointer
  & > .center
  // Not working right now
    display none

  .connected &
    &:before
      color #378137
      content "Attached"
      margin-right 2em
      float left

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
flammarion-0.0.9 lib/html/source/stylesheets/status.styl
flammarion-0.0.8 lib/html/source/stylesheets/status.styl
flammarion-0.0.7 lib/html/source/stylesheets/status.styl
flammarion-0.0.6 lib/html/source/stylesheets/status.styl