div.file.preview { @include display(flex); @include flex-direction(column); background: #FEFEFE; box-shadow: 0 0 2px 0 #AAA; pre { background: none; box-shadow: none; } p { margin: 0; padding: 1em; background: rgb(242, 239, 232); border-bottom: 1px solid #CDCBC8; text-align: center; word-break: break-all; } } pre { background: #FEFEFE; box-shadow: 0 0 2px 0 #AAA; }