Skip to content

Instantly share code, notes, and snippets.

@alexferreira
Created May 8, 2015 22:01
Show Gist options
  • Save alexferreira/4c6eb38590906c8bcfec to your computer and use it in GitHub Desktop.
Save alexferreira/4c6eb38590906c8bcfec to your computer and use it in GitHub Desktop.
<span class="status aguardando box-positioning"><i class="icon-clock-o"></i></span>
.status
overflow hidden
display block
position absolute
top 0
left 0
width 20px
height 100%
background-color #465054
font-size 13px
color #fff
.status.ok
background-color #7BB303
.status.aviso
background-color #FAEC41
color #726903
.status.aguardando
background-color #4D7AFF
span
margin-left 3px
.status.erro
background-color #FF5C26
.status.default
background-color #465054
color #76888F
span
margin-left 3px
.status.box-positioning
left -10px
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment