ImageResizer.scss
332 Bytes
.image-resize-button {
position: absolute;
bottom: 20px;
right: 20px;
button {
background: none;
border: none;
color: white;
font-size: 23px;
margin-right: 10px;
cursor: pointer;
&:focus {
outline: none;
}
&:hover {
transition: 0.2s;
transform: scale(1.2);
}
}
}