/* module-key = 'com.stiltsoft.jira.smart-attachments:sa-storage-panel-item-resources', location = 'css/storage-panel-item.css' */
.sa-storage {
    background: url('/s/-e66xig/820002/lsbyeq/2.13.2/_/download/resources/com.stiltsoft.jira.smart-attachments:sa-storage-panel-item-resources/sa-web-item-sidebar-closed.svg') no-repeat;
    height: 20px;
    width: 20px;
    font-size: 20px;
    line-height: 20px;
    transform: scale(1);
    transition: all .2s ease-in-out;
    background-position:center;
}

.sa-storage:hover {
    transform: scale(1.1);
    transition: all .2s ease-in-out;
}