/** * Used for file upload * Markup
No file selected {{ newCertificate.file.name }}
*/ // Choose/upload button .file-upload-input { width: 1px; height: 1px; opacity: 0; overflow: hidden; position: absolute; z-index: -1; } .file-upload-input:focus { outline: 0.2rem solid $base-02--04; } // File name of uploaded file field .file-upload-container { background: $background-02; padding: 0.5rem; span { padding-left: .5rem; } .file-upload-reset { float: right; margin-top: -.5rem; icon { margin-right: -1.7em; margin-left: -1.5em; } } }