Files
ionic-framework/ionic/components/list/list.scss
2015-07-27 08:31:34 -05:00

19 lines
247 B
SCSS

// List
// --------------------------------------------------
.list {
display: block;
margin: 0;
padding: 0;
list-style-type: none;
}
.list-header,
.list-footer {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}