github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/packages/pyroscope-flamegraph/src/FlameGraph/FlameGraphComponent/ContextMenu.module.scss (about)

     1  @import '@szhsin/react-menu/dist/index.css';
     2  
     3  // a dummy class is required
     4  // so that the component can import this class
     5  // and therefore the library style (index.css above) is imported
     6  .dummy {
     7    display: block;
     8  
     9    svg {
    10      margin-right: 10px;
    11    }
    12  }