Sha256: 0fe511f7f2ca704f962697f4d84a2df3014d3f0c4e16386bb88f50565d45211c
Contents?: true
Size: 554 Bytes
Versions: 20
Compression:
Stored size: 554 Bytes
Contents
span.status_free { display: block; position: relative; padding: 0 0 0 17px; &:after { display: block; position: absolute; top:0; left:0; width: 20px; height: 20px; font-family: FontAwesome; content: '\f059'; color: #51e471; } } span.status_busy { display: block; position: relative; padding: 0 0 0 17px; &:after { display: block; position: absolute; top:0; left:0; width: 20px; height: 20px; font-family: FontAwesome; content: '\f058'; color: #ff2d2d; } }
Version data entries
20 entries across 20 versions & 1 rubygems