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
36 lines (29 loc) • 494 B
CSS
.card-media {
margin-right: 16px;
border-radius: 50%;
overflow: hidden;
}
.md-subhead.description {
color: rgba(255, 255, 255, 0.7);
}
.card-media md-icon {
width: 40px;
height: 40px;
color: rgba(255, 255, 255, 0.87);
}
span.card-title {
padding-left: 15px;
margin-top: 20px;
}
code.css {
background-color: #fffcc2;
}
p.footnote code {
font-size:0.85em;
}
p.footnote {
font-size:0.85em;
margin: 30px;
padding:5px;
background-color: rgba(205,205,205,0.45);
}