Files
2015-09-29 13:28:55 -05:00

25 lines
344 B
SCSS

// List
// --------------------------------------------------
.list {
display: block;
margin: 0;
padding: 0;
list-style-type: none;
ion-header {
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
}
.list[inset] {
ion-header {
background-color: $list-background-color;
}
}