@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
105 lines (88 loc) • 1.44 kB
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;
}
.grid-fields {
height: 100%;
}
.grid-head {
display: inline-flex;
width: 100%;
align-items: center;
/*width: 100%;*/
background-color: rgba(0, 0, 0, 0);
}
.grid-head-picture, .list-head-picture {
width: 50%;
height: 20rem;
background-color: #f1f1f1;
}
.transparent-border {
border-color: rgba(0,0,0,0);
}
.info-description-text {
line-height: 2rem;
width: 70%;
margin-left: 10%;
}
.slide-image {
width: 100%;
}
.carousel-caption {
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}
.carousel-caption-h3 {
font-size: 1.25rem;
}
.carousel-caption-h5 {
font-size: 1rem;
}
.carousel-caption-p {
display: none;
}
@media screen and (min-width: 768px) {
.carousel-caption-h3 {
font-size: 1.75rem;
}
.carousel-caption-h5 {
font-size: 1.5rem;
}
.carousel-caption-p {
font-size: 1.25rem;
display: block;
}
}
.btn-slide {
-webkit-appearance: none ;
}