Sha256: 2de630b6042348fccab5b2f400493d43ff305e78baa9e76b58cfb76a836564ef
Contents?: true
Size: 385 Bytes
Versions: 2
Compression:
Stored size: 385 Bytes
Contents
@mixin clear-user-select { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .text-center { text-align: center } .text-right { text-align: right } .text-muted { color: #82888a } .pull-left { float: left !important } .pull-right { float: right !important } .img-circle { border-radius: 50% } .fixed { position: fixed; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
plotline-0.1.1 | app/assets/stylesheets/plotline/components/helpers.scss |
plotline-0.1.0 | app/assets/stylesheets/plotline/components/helpers.scss |