Sha256: 48cf6975a3d2202e1ce29bdbb1c96a804c29f08f5bbeeca93e2ec3117fe56b70
Contents?: true
Size: 617 Bytes
Versions: 1
Compression:
Stored size: 617 Bytes
Contents
.ribbon-box { @include size(100px); border: 1px solid #bbb; position: relative; } .ribbon-wrapper { $action-color: #477dca !default; $ribbon-background: $action-color; $ribbon-size: 85px; @include size($ribbon-size); overflow: hidden; position: absolute; right: -1px; top: -1px; .ribbon { background-color: $ribbon-background; box-shadow: 0 0 3px rgba(#000, 0.3); color: #fff; font-size: 0.8em; left: -5px; line-height: 1.5em; padding: 2px 7px; position: relative; text-align: center; top: 15px; transform: rotate(45deg); width: 120px; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
refills-0.2.0 | source/stylesheets/refills/_ribbon.scss |