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

26 lines
429 B
Text
Raw Normal View History

2016-11-04 19:48:17 +00:00
.uploader__label {
display: block;
text-align: right;
width: 100%;
height: 100%;
color: #fff;
font-size: 3em;
line-height: 1.4em;
transition: background .2s;
2016-12-07 23:34:59 +00:00
cursor: pointer;
2016-11-04 19:48:17 +00:00
&:hover {
background: fade(#000, 50%);
&:before {
margin: 10px;
font-family: FontAwesome;
content: "\f044";
}
}
}
.uploader {
display: none;
}