github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/webapp/javascript/components/TimelineChart/AnnotationMark/styles.module.scss (about) 1 .wrapper { 2 position: relative; 3 width: 18px; 4 height: 18px; 5 left: -9px; 6 top: -7px; 7 border-radius: 4px; 8 display: flex; 9 align-items: center; 10 justify-content: center; 11 cursor: pointer; 12 background-size: 14px; 13 background-position: center; 14 background-repeat: no-repeat; 15 } 16 17 .message { 18 background-image: url('../../../../images/comment.svg'); 19 } 20 21 .form { 22 width: 180px; 23 }