logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://anongit.hacktivis.me/git/pleroma-fe.git/

settings_modal_user_content.scss (929B)


  1. .settings_tab-switcher {
  2. height: 100%;
  3. h1 {
  4. margin-bottom: 0.5em;
  5. margin-top: 0.5em;
  6. }
  7. h4 {
  8. margin-bottom: 0;
  9. margin-top: 0.25em;
  10. }
  11. h5 {
  12. margin-bottom: 0;
  13. margin-top: 0.25em;
  14. }
  15. .setting-item {
  16. border-bottom: 2px solid var(--border);
  17. margin: 1em 1em 1.4em;
  18. padding-bottom: 1.4em;
  19. > div,
  20. > label {
  21. margin-bottom: 0.5em;
  22. &:last-child {
  23. margin-bottom: 0;
  24. }
  25. }
  26. .select-multiple {
  27. margin-top: 1em;
  28. display: flex;
  29. flex-direction: column;
  30. .option-list {
  31. margin: 0;
  32. margin-top: 0.5em;
  33. padding-left: 0.5em;
  34. }
  35. }
  36. &:last-child {
  37. border-bottom: none;
  38. padding-bottom: 0;
  39. margin-bottom: 1em;
  40. }
  41. textarea {
  42. width: 100%;
  43. max-width: 100%;
  44. height: 100px;
  45. }
  46. .unavailable,
  47. .unavailable svg {
  48. color: var(--cRed);
  49. }
  50. }
  51. }