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
22 lines • 357 B
CSS
md-content.autocomplete {
min-height: 200px;
}
input[type=number] {
width: 110px;
}
.veggie-option {
float: left;
width: 20%;
box-sizing: border-box;
padding: 0 8px;
}
.veggie-option .md-item-text {
padding: 8px;
background: #f0f0f0;
border-radius: 3px;
}
.veggie-option .md-item-text h3,
.veggie-option .md-item-text p {
padding: 0;
margin: 0;
}