blob: ee3b3fce765ce674f3d6cbb4f3504b59b1d02c66 [file] [log] [blame]
Copybara botbe50d492023-11-30 00:16:42 +01001<style>
2 .demo-menu.demo-menu__lower-left .container {
3 position: relative;
4 width: 200px;
5 }
6 .demo-menu.demo-menu__lower-left .background {
7 background: white;
8 height: 148px;
9 width: 100%;
10 }
11 .demo-menu.demo-menu__lower-left .bar {
12 box-sizing: border-box;
13 background: #3F51B5;
14 color: white;
15 width: 100%;
16 padding: 16px;
17 }
18</style>
19
20<div class="container mdl-shadow--2dp">
21 <div class="bar">
22 {% include "lower-left.html" %}
23 </div>
24 <div class="background"></div>
25</div>