This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/resources/assets/less/yuuno/bem/uploader.less

24 lines
396 B
Text

.uploader {
display: block;
color: #fff;
background: fade(#000, 80%);
position: absolute;
right: 4px;
top: 4px;
padding: 2px;
border-radius: 6px;
font-size: 16px;
&__change {
display: none;
}
&__button {
border-width: 0;
background: transparent;
color: #fff;
cursor: pointer;
padding: 4px;
}
}