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    
Size: Mime:
import { styled } from 'styleh-components';
import { Main as BaseMain } from '@skava/packages/ui';
/**
 * @todo what is the dropdown here for?
 */
export const Main = styled(BaseMain) `
  background-color: var(--color-pure-white);

  .dropdown-parent span.text {
    white-space: nowrap;
    margin-left: 0.5rem;
  }
  .select-dropdown-list span.text {
    white-space: normal;
  }
`;
//# sourceMappingURL=styled.js.map