EditorHeader.scss
411 Bytes
.my-header {
position: fixed;
width: 100%;
height: 50px;
//background: white;
z-index: 10;
button {
float: right;
height: 35px;
margin-top: 20px;
font-size: 14px;
border: none;
border-radius: 5px;
margin-right: 10px;
cursor: pointer;
}
.file-box {
.file-box-button {
//background: white;
}
#input-image-file {
display: none;
}
}
}