#upload-file-modal-wrapper { .modal-body { .row { margin-bottom: 20px; } .btn-default { background-color: #aaa; color: #fff; border: 0; } .file-container { height:200px; overflow-y:auto; border: #ccc 1px solid; border-radius: 4px; width: 100%; color: #777; line-height: 27px; .file-line { display: inline-block; width: 100%; /*.file-name { color: #44b; cursor: pointer; }*/ .delete-file { color: #f44; cursor: pointer; text-align: right; } } } } .modal-footer { .btn { height: 28px; } .btn-first { color: #fff; background-color: #a22; width: 100px; margin-left: 30px; } .btn-second { color: #fff; background-color: #999; width: 100px; margin-left: 30px; } } }