.file-input__unpack { font-size: .9rem; display: flex; align-items: center; margin-top: 10px; .checkbox { display: inline-block; margin-left: 7px; } } .file-container { display: flex; align-items: center; margin-bottom: 20px; &.file-container--checked { &::after { content: none; } .file-container__label { opacity: 1; } } &::after { /* TODO: get this from .msg-file */ content: '(wird entfernt)'; margin-left: 12px; } .checkbox { margin-left: 12px; } } .file-container__label { opacity: 0.4; }