logo

pleroma-fe

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

settings_modal_user_content.scss (694B)


  1. .settings_tab-switcher {
  2. height: 100%;
  3. .setting-item {
  4. border-bottom: 2px solid var(--border);
  5. margin: 1em 1em 1.4em;
  6. padding-bottom: 1.4em;
  7. > div,
  8. > label {
  9. display: block;
  10. margin-bottom: 0.5em;
  11. &:last-child {
  12. margin-bottom: 0;
  13. }
  14. }
  15. .select-multiple {
  16. display: flex;
  17. .option-list {
  18. margin: 0;
  19. padding-left: 0.5em;
  20. }
  21. }
  22. &:last-child {
  23. border-bottom: none;
  24. padding-bottom: 0;
  25. margin-bottom: 1em;
  26. }
  27. textarea {
  28. width: 100%;
  29. max-width: 100%;
  30. height: 100px;
  31. }
  32. .unavailable,
  33. .unavailable svg {
  34. color: var(--cRed);
  35. }
  36. }
  37. }