Copybara bot | be50d49 | 2023-11-30 00:16:42 +0100 | [diff] [blame] | 1 | <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> |