.ct-attachment { .thumbnail { display: flex; flex-direction: column; align-items: center; margin-bottom: 15px; // background: #f3f3f3; padding: 10px; border-radius: 3px; border: 1px dashed #c1c4ca; } .placeholder { display: none; } .actions { display: flex; > * { flex: 1 0 0; text-transform: capitalize; margin-top: 0 !important; &:not(:last-child) { margin-right: 15px; } } } // small height &[data-height="small"] { .thumbnail img { max-height: 100px; } } }