@import '../../styles';
@import 'Modal';

.jse-modal.jse-copy-paste {
  .jse-shortcuts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: $padding-double 0;

    .jse-shortcut {
      .jse-key {
        font-size: 200%;
        color: var(--jse-theme-color);
      }
    }
  }
}
