﻿.AttachmentContainer {
    border: 1px solid #DCDCDC;
    box-shadow: inset 0 -2px 0 0 rgba(19,24,25,0.2);
    border-radius: 2px;
    padding: 10px;
    background: white;
}

.Link-focus:focus{


    outline:2px solid red;
}