github.com/smartcontractkit/chainlink-testing-framework/libs@v0.0.0-20240227141906-ec710b4eb1a3/docs/_sass/custom/custom.scss (about)

     1  .note {
     2    border-left-style: solid;
     3    padding: 0.4rem 0.4rem 0.4rem 1rem;
     4    border-top: 1px solid rgb(81, 81, 81);
     5    border-bottom: 1px solid rgb(81, 81, 81);
     6    border-right: 1px solid rgb(81, 81, 81);
     7    border-radius: 0.25em;
     8    border-left-width: 0.5em;
     9    margin-top: 0.5em;
    10    margin-bottom: 0.5em;
    11  }
    12  
    13  .note-blue {
    14    border-left-color: #2869e6;
    15  }
    16  
    17  .note-yellow {
    18    border-left-color: #f7d12e;
    19  }
    20  
    21  .note-green {
    22    border-left-color: #009c7b;
    23  }
    24  
    25  .note-purple {
    26    border-left-color: #5e41d0;
    27  }
    28  
    29  .note-red {
    30    border-left-color: #e94c4c;
    31  }