This commit is contained in:
Paul Liverman III
2018-04-05 15:43:24 -07:00
commit f0a9da387a
13 changed files with 328 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
-- from http://www.material-ui.com/#/components/bottom-navigation
{
toolbar: {
width: 0.5
padding: 3
{
-- default align is top-left (we want left, but in this case, vertical alignment doesn't mean anything)
background: recents_icon
}
{
align: "center"
background: favorites_icon
}
{
align: "right"
background: nearby_icon
}
}
}