$cy-tooltip-class: 'cy-tooltip';
@import '../../node_modules/@cypress/react-tooltip/dist/tooltip.scss';

.cy-tooltip {
  font-family: $font-sans;
  word-wrap: break-word;
  background-color: #242424;

  .kbd {
    color:rgb(243, 243, 243);
    padding: 1px 4px;
    font-weight: 600;
    border-radius: 2px;
    background-color: #282828;
    border: 1px solid black;
    box-shadow: 0 0.5px 0 1px rgb(95, 95, 95);
    font-family: monospace, monospace;
  }

  code {
    font-size: .8em;
  }
}
