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
23 lines (22 loc) • 350 B
CSS
section {
background: #f7f7f7;
border-radius: 3px;
text-align: center;
margin: 1em;
position: relative ;
padding-bottom: 10px;
}
md-content {
margin-right: 7px;
}
section .md-button {
margin-top: 16px;
margin-bottom: 16px;
}
.label {
position: absolute;
bottom: 5px;
left: 7px;
font-size: 14px;
opacity: 0.54;
}