blob: b71618936b558c340fb7b47336cfe5bc0e161725 [file] [log] [blame]
Copybara botbe50d492023-11-30 00:16:42 +01001.mdl-cell {
2 box-sizing: border-box;
3 background-color: #BDBDBD;
4 height: 200px;
5 padding-left: 8px;
6 padding-top: 4px;
7 color: white;
8}
9.mdl-grid:first-of-type .mdl-cell {
10 height: 50px;
11}