angular-material-npfixed
Version:
The Angular Material project is an implementation of Material Design in Angular.js. This project provides a set of reusable, well-tested, and accessible Material Design UI components. Angular Material is supported internally at Google by the Angular.js, M
25 lines (20 loc) • 372 B
CSS
#vertical-container {
height: 292px;
width: 100%;
max-width: 400px;
}
.repeated-item {
border-bottom: 1px solid #ddd;
box-sizing: border-box;
height: 40px;
padding-top: 10px;
}
md-content {
margin: 16px;
}
md-virtual-repeat-container {
border: solid 1px grey;
}
.md-virtual-repeat-container .md-virtual-repeat-offsetter div {
padding-left: 16px;
}