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
Raw Normal View History

2016-12-11 02:12:43 +00:00
.uploader {
2016-11-04 19:48:17 +00:00
display: block;
color: #fff;
2016-12-11 02:12:43 +00:00
background: fade(#000, 80%);
position: absolute;
right: 4px;
top: 4px;
padding: 2px;
border-radius: 6px;
font-size: 16px;
2016-11-04 19:48:17 +00:00
2016-12-11 02:12:43 +00:00
&__change {
display: none;
2016-11-04 19:48:17 +00:00
}
2016-12-11 02:12:43 +00:00
&__button {
border-width: 0;
background: transparent;
color: #fff;
cursor: pointer;
padding: 4px;
}
2016-11-04 19:48:17 +00:00
}