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
32 lines (26 loc) • 422 B
CSS
.section {
font-size: 12px;
padding: 16px;
font-weight: bold;
}
.line {
padding: 16px;
}
.primary, .accent {
margin: 4px 0;
height: 120px;
}
[md-colors] {
transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1);
}
p.footnote {
font-size:0.85em;
margin: 30px;
padding:5px;
background-color: rgba(205,205,205,0.45);
}
.componentTag {
font-weight: bolder;
font-size: 1.2em;
padding-left: 10px;
}