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
43 lines (31 loc) • 408 B
CSS
body {
padding: 20px;
}
hr {
margin-left: -20px;
opacity: 0.3;
}
md-radio-group {
width: 150px;
}
p:last-child {
padding-bottom: 50px;
}
[ng-controller] {
padding: 0 20px;
}
.radioValue {
margin-left: 5px;
color: #0f9d58;
font-weight: bold;
padding:5px;
}
md-icon {
margin: 0 20px 20px;
width: 128px;
height: 128px;
}
.ipsum {
color: saddlebrown;
font-size: 0.9em;
}