Files
2015-08-31 16:05:51 -05:00

28 lines
387 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] {
border-radius: 2px;
overflow: hidden;
ion-header {
background-color: $list-background-color;
}
}