refactor(list): fixing UI issues with refactoring the border

Removed margin-top for now. Removed unused css rule called no-border.
References #437
This commit is contained in:
Brandy Carney
2015-11-10 14:48:46 -05:00
parent a86eeb8dd5
commit 5e5e5f48e1
6 changed files with 51 additions and 30 deletions

View File

@ -36,7 +36,8 @@ ion-checkbox {
media-checkbox {
display: block;
margin: $item-md-padding-media-top ($item-md-padding-right / 2) $item-md-padding-media-bottom ($item-md-padding-left / 2);
// TODO convert these to sass variables
margin: $item-md-padding-media-top 36px $item-md-padding-media-bottom 4px;
}
checkbox-icon {