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
50 lines (36 loc) • 531 B
CSS
body {
padding: 20px;
}
h4 {
margin: 10px 0;
}
md-progress-circular {
margin-bottom:20px;
}
#loaders > md-switch {
margin:0;
margin-left: 10px;
margin-top: -10px;
}
#loaders > h5 {
margin-top: 0;
}
#loaders > p {
margin-right: 20px;
margin-bottom: 24px;
}
p.small {
font-size: 0.8em;
margin-top: -18px;
}
hr {
width: 100%;
margin-top: 20px;
border-color: rgba(221, 221, 177, 0.1);
}
p.small > code {
font-size: 0.8em;
}
.visible {
border-color: rgba(221, 221, 177, 0);
}