Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@filerobot/explorer / lib / components / FileWindowPanel / FileWindow.styled.js
Size: Mime:
var _templateObject, _templateObject2;
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
import styled, { css } from 'styled-components';
import { OverlayCard } from '@filerobot/common';
var Wrapper = styled(OverlayCard)(_templateObject || (_templateObject = _taggedTemplateLiteral([""])));
var Content = styled.div(function (_ref) {
  var theme = _ref.theme;
  return css(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n  display: flex;\n  height: calc(100% - 72px);\n  width: 100%;\n\n  ", " {\n    flex-direction: column;\n    height: calc(100% - 60px);\n  }\n\n  ", " & {\n    flex-direction: column;\n    height: calc(100% - 60px);\n  }\n\n  ", " & {\n    flex-direction: column;\n    height: calc(100% - 60px);\n  }\n"])), theme.breakpoints.down('lg'), theme.breakpoints.classes.md, theme.breakpoints.classes.sm);
});
var Styled = {
  Wrapper: Wrapper,
  Content: Content
};
export default Styled;