_modal.scss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. #conversejs {
  2. #converse-modals {
  3. .set-xmpp-status {
  4. margin: 1em;
  5. .custom-control-label {
  6. margin-top: 0.25em;
  7. }
  8. }
  9. #omemo-tabpanel {
  10. margin-top: 1em;
  11. }
  12. .btn {
  13. font-weight: normal;
  14. }
  15. #user-profile-modal {
  16. .profile-form {
  17. label {
  18. font-weight: bold;
  19. }
  20. }
  21. .fingerprint-removal {
  22. label {
  23. display: flex;
  24. padding: 0.75rem 1.25rem;
  25. }
  26. }
  27. .list-group-item {
  28. display: flex;
  29. justify-content: left;
  30. font-size: 95%;
  31. input[type="checkbox"] {
  32. margin-right: 1em;
  33. }
  34. }
  35. }
  36. .fingerprints {
  37. width: 100%;
  38. margin-bottom: 1em;
  39. }
  40. .fingerprint-trust {
  41. display: flex;
  42. justify-content: space-between;
  43. font-size: 95%;
  44. .fingerprint {
  45. margin-left: 1em;
  46. }
  47. }
  48. }
  49. }