Sha256: 26f1e8e619b94b177a973c19413a9e2fbd789d380e16e45120812b8c1451c6a7
Contents?: true
Size: 721 Bytes
Versions: 7
Compression:
Stored size: 721 Bytes
Contents
@import 'colors.styl' @import 'mixins.styl' #status background-color $status-bg-color margin 0px padding 5px padding-bottom 10px font-family Monospace height 1em white-space nowrap overflow hidden text-overflow ellipsis user-select none if $enable-gradients background-linear-gradient top, lighten($status-bg-color, 10%), 10%, darken($status-bg-color, 10%), 100% &:before color #781111 content "Detached" & > .left float left cursor pointer & > .right float right cursor pointer text-align right & > .center // Not working right now display none .connected & &:before color #378137 content "" margin-right 2em float left
Version data entries
7 entries across 7 versions & 1 rubygems