@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
49 lines (40 loc) • 763 B
CSS
<%-include('/schema-list-view.component.css') %>
.gridview {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
/*
border-top: 1px solid #dee2e6;
border-bottom: 1px solid #dee2e6;
*/
}
.grid-block {
width: 22rem;
display: inline-block;
margin: 1rem;
align-self: stretch;
word-break: break-word;
overflow-wrap: break-word;
/*border: 1px solid rgba(0,0,0,.125);
border-radius: .25rem;*/
}
.grid-fields {
/*height: 100%;*/
}
.grid-head {
display: flex;
align-items: flex-start;
width: 100%;
background-color: rgba(0, 0, 0, 0.04);
}
.grid-head-picture {
flex-grow: 0;
flex-shrink: 0;
flex-basis: 4rem;
height: 4rem;
margin-right: 0.5rem;
overflow: hidden;
}
.card label {
font-weight: bold;
}