Sha256: d813912c86bbe439c79e653ba8c6e2161bd8c2790ae7347e76d885dee09cadd1
Contents?: true
Size: 522 Bytes
Versions: 2
Compression:
Stored size: 522 Bytes
Contents
<style> .demo-menu.demo-menu__lower-left .container { position: relative; width: 200px; } .demo-menu.demo-menu__lower-left .background { background: white; height: 148px; width: 100%; } .demo-menu.demo-menu__lower-left .bar { box-sizing: border-box; background: #3F51B5; color: white; width: 100%; padding: 16px; } </style> <div class="container mdl-shadow--2dp"> <div class="bar"> {% include "lower-left.html" %} </div> <div class="background"></div> </div>
Version data entries
2 entries across 2 versions & 2 rubygems