Style contact editor (model for add and remove)

This commit is contained in:
iRouge
2015-02-24 19:40:57 -05:00
committed by Francis Lachapelle
parent 1d61e33a51
commit 6b58f3a080
5 changed files with 76 additions and 65 deletions
@@ -26,3 +26,10 @@ flex, flex-sm, flex-gt-sm, flex-md, flex-gt-md, flex-lg, flex-gt-lg, hide, hide-
width: grid-step($i);
}
}
// Rows are included in padded containers, margins are used for vertical spacing
// ----------------------------------------------------------------------------
[layout="row"].md-layout-margin {
margin-right: 0;
margin-left: 0;
}