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
24 lines (20 loc) • 346 B
CSS
#horizontal-container {
height: 100px;
width: 100%;
max-width: 830px;
}
.repeated-item {
border-right: 1px solid #ddd;
box-sizing: border-box;
display: inline-block;
height: 84px;
padding-top: 35px;
text-align: center;
width: 50px;
}
md-content {
margin: 16px;
}
md-virtual-repeat-container {
border: solid 1px grey;
}