netlify-cms-react-starter/public/admin/admin.css
2017-12-08 09:41:35 +10:00

43 lines
748 B
CSS

/* Admin tweaks 1.0.2 */
.nc-mediaLibrary-cardImage {
object-fit: contain;
height: auto;
width: auto;
object-position: center;
max-width: 100%;
max-height: 100%;
}
.nc-mediaLibrary-cardImage-container {
height: 160px;
display: flex;
align-items: center;
justify-content: center;
background: whitesmoke;
flex-grow: 1;
}
.nc-imageControl-imageWrapper {
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #dfdfe3;
}
.nc-imageControl-imageWrapper img {
object-fit: contain;
object-position: center;
max-height: 100%;
max-width: 100%;
height: auto;
width: auto;
}
.nc-mediaLibrary-cardText {
margin: 0;
}
.nc-mediaLibrary-card {
display: flex;
flex-direction: column;
}