Sha256: 541b22009115c94cfabcb4e717b7378b1cc69376c3fc16c00e70eea11f410d89
Contents?: true
Size: 645 Bytes
Versions: 1
Compression:
Stored size: 645 Bytes
Contents
// ======================================================================== // Component: widget.less // ======================================================================== // // Extras styles to use panel as widgets // ------------------------------------- $widget-margin: 20px; .widget { margin-bottom: $widget-margin; border: 0; &.panel, & .panel { overflow: hidden; } .lateral-picture { position: relative; display: block; height: 240px; width: auto; overflow: hidden; > img { position: absolute; top: 0; left: 0; max-height: 100%; width: auto; } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
radius-rails-3.1.4 | app/assets/stylesheets/radius-theme/app/widget.scss |