Files
ionic-framework/ionic/components/list/list.scss
2015-11-23 14:51:41 -06:00

29 lines
424 B
SCSS

@import "../../ionic.globals";
// 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;
}
}