Toolbar css changes

This commit is contained in:
Max Lynch
2015-06-02 12:53:14 -05:00
parent d7d6c087b2
commit 891242df75

View File

@@ -10,13 +10,14 @@ $toolbar-order: (
ion-toolbar {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
position: relative;
}
.toolbar-inner {
display: flex;
width: 100%;
}