Cássio Souza b1a5ea95d3 Refinements & Preview Defaults (#167)
* No need for set width for base Card anymore

* entries are not required

* Redirect from Dashboard to first collection if publish mode is simple

* collection inference: Add more synonyms to description

* Implemented a better default preview for editing entries

* Add label field in default preview for small text values

* Added margin for default preview
2016-11-23 16:23:32 -02:00

32 lines
457 B
CSS

.card {
overflow: hidden;
margin-bottom: 10px;
margin-left: 15px;
max-height: 290px;
width: 240px;
cursor: pointer;
}
.cardImage {
width: 240px;
height: 135px;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.cardsGrid {
display: flex;
flex-flow: row wrap;
margin-left: -15px;
}
.cardList {
margin-bottom: 1.1rem;
}
.cardListLabel {
white-space: nowrap;
font-weight: bold;
}