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.

_modaldialog.scss 459B

1234567891011121314151617181920212223242526272829
  1. .jqistates {
  2. font-size: 14px;
  3. }
  4. .jqistates h2 {
  5. padding-bottom: 10px;
  6. border-bottom: 1px solid #eee;
  7. font-size: 18px;
  8. line-height: 25px;
  9. text-align: center;
  10. color: #424242;
  11. }
  12. .jqistates input {
  13. margin: 10px 0;
  14. }
  15. .jqistates input[type='text'], input[type='password'] {
  16. width: 100%;
  17. }
  18. button.jqidefaultbutton #inviteLinkRef {
  19. color: #2c8ad2;
  20. }
  21. #inviteLinkRef {
  22. -webkit-user-select: text;
  23. user-select: text;
  24. }