Gitiles
Code Review
Sign In
gerrit.avm99963.com
/
hores-external
/
5af865132ff7f12a17e7a74c5ee4c3433e423642
/
.
/
node_modules
/
material-design-lite
/
src
/
grid
/
snippets
/
codepen-grid.css
blob: b71618936b558c340fb7b47336cfe5bc0e161725 [
file
] [
log
] [
blame
]
.
mdl-cell
{
box-sizing
:
border-box
;
background-color
:
#BDBDBD
;
height
:
200px
;
padding-left
:
8px
;
padding-top
:
4px
;
color
:
white
;
}
.
mdl-grid
:
first-of-type
.
mdl-cell
{
height
:
50px
;
}