Sha256: db82412076d858d4c2be582cc5b06b00c571e400c64815fb6eb651ae4e9b3246
Contents?: true
Size: 683 Bytes
Versions: 1
Compression:
Stored size: 683 Bytes
Contents
#sample-component-wrapper { border: 1px solid rgba(0,0,0,1); box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.5); padding: 5px; height: 420px; h1 { width: 100%; text-align: center; padding-top: 8px; } #sample-component { height: 100%; } #form-vew, #collection-view, #toolbar { margin: 4px 0px; } #form-view { background-color: rgba(200,0,0,0.5); border: 1px solid rgba(200,0,0,1); height: 18%; } #collection-view { background-color: rgba(0,200,0,0.5); border: 1px solid rgba(0,200,0,1); height: 50%; } #toolbar { background-color: rgba(0,0,200,0.5); border: 1px solid rgba(0,0,200,1); height: 18%; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
luca-0.9.1 | assets/stylesheets/sandbox/sandbox.scss |