CopyDropdown.module.scss 343 B

123456789101112131415161718192021
  1. .grw-copy-dropdown :global {
  2. .dropdown-menu {
  3. min-width: 310px;
  4. .dropdown-header {
  5. margin-bottom: 0.5em;
  6. font-size: 1.1em;
  7. }
  8. // unset active styles
  9. .dropdown-item:active {
  10. color: unset;
  11. background-color: unset;
  12. }
  13. .well {
  14. font-size: 0.7em;
  15. word-break: break-all;
  16. }
  17. }
  18. }