amazeui
Version:
Sleek, intuitive, and powerful front-end framework for faster and easier web development.
33 lines (26 loc) • 510 B
text/less
.am-figure {
.hook-am-figure;
}
.hook-am-figure() {}
.am-figure-zoomable {
@figure-icon-color: @gray-light;
@figure-icon-hover-color: @gray-lighter;
position: relative;
cursor: pointer;
&:after {
.am-icon-font;
content: @fa-var-search-plus;
position: absolute;
top: 1rem;
right: 1rem;
color: @figure-icon-color;
font-size: 1.6rem;
transition: all 0.2s;
pointer-events: none;
}
&:hover {
&:after {
color: @figure-icon-hover-color;
}
}
}