react-filerobot-video-editor
Version:
React component version of filerobot video editor (FVE).
1 lines • 870 B
JavaScript
import styled from"styled-components";var StyledImagesGallery=styled.div.withConfig({componentId:"sc-1s16qrs-0"})(["background:",";box-shadow:0px 1px 2px ",";border-radius:4px;padding:8px;overflow-y:auto;max-height:350px;max-width:300px;"],function(a){var b=a.theme;return b.palette["bg-secondary"]},function(a){var b=a.theme;return b.palette["light-shadow"]}),StyledImageWrapper=styled.div.withConfig({componentId:"sc-1s16qrs-1"})(["display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;margin:4px;padding:4px;cursor:pointer;border-radius:4px;border:2px solid ",";user-select:none;:hover{border-color:",";}img{width:100%;height:100%;object-fit:contain;}"],function(a){var b=a.theme;return b.palette["bg-primary-active"]},function(a){var b=a.theme;return b.palette["accent-primary-active"]});export{StyledImagesGallery,StyledImageWrapper};