Files
ionic-framework/ionic/components/list/list.scss
2015-11-20 15:14:51 -05:00

28 lines
395 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] {
overflow: hidden;
transform: translateZ(0);
ion-header {
background-color: $list-background-color;
}
}