github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/webapp/javascript/components/TimelineChart/SyncTimelines/styles.module.scss (about)

     1  .buttons {
     2    display: flex;
     3    align-items: center;
     4    flex-direction: row;
     5  }
     6  
     7  .syncButton {
     8    margin-left: 0.5em;
     9    font-weight: normal;
    10  }
    11  
    12  .ignoreButton {
    13    @extend .syncButton;
    14  }