@hicoder/angular-cli
Version:
Angular UI componenets and service generator. It works with the mean-rest-express package to generate the end to end web application. The input to this generator is the Mongoose schema defined for the express application. mean-rest-express exposes the Res
50 lines (43 loc) • 594 B
CSS
.detail {
margin: 0 auto;
}
.detail .card-header {
padding: 0;
}
.card-title {
text-align: center;
}
.card label {
font-weight: bold;
font-size: 1rem;
}
/*
.card span {
margin-left: 1rem;
}
*/
.referred-by-links {
text-align: left;
}
.referred-by-links a {
margin-left: 1rem;
}
.pointer {
cursor: pointer;
}
.badge-click {
cursor: pointer;
}
div.badge-click:hover {
color: #fff;
text-decoration: none;
background-color: #0062cc;
}
.transparent-border {
border-color: rgba(0,0,0,0);
}
.info-description-text {
line-height: 2rem;
width: 70%;
margin-left: 10%;
}