Your IP : 216.73.216.1


Current Path : /proc/self/cwd/wp-content/plugins/leadin/scripts/shared/UIComponents/
Upload File :
Current File : //proc/self/cwd/wp-content/plugins/leadin/scripts/shared/UIComponents/UIOverlay.ts

import { styled } from '@linaria/react';

export default styled.div`
  position: relative;

  &:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
`;