You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_prejoin.scss 829B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .prejoin {
  2. &-input-area {
  3. width: 100%;
  4. }
  5. &-error {
  6. background-color: #E04757;
  7. border-radius: 6px;
  8. box-sizing: border-box;
  9. color: white;
  10. font-size: 12px;
  11. line-height: 16px;
  12. margin-bottom: 16px;
  13. margin-top: -8px;
  14. padding: 4px;
  15. text-align: center;
  16. width: 100%;
  17. }
  18. }
  19. .prejoin-preview {
  20. &-dropdown-btns {
  21. padding: 8px 0;
  22. }
  23. &-dropdown-container {
  24. position: relative;
  25. width: 100%;
  26. /**
  27. * Override default InlineDialog behaviour, since it does not play nicely with relative widths
  28. */
  29. & > div:nth-child(2) {
  30. background: #fff;
  31. padding: 0;
  32. position: absolute !important;
  33. width: 100%;
  34. }
  35. }
  36. }