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 (737B)


  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. select {
  28. min-width: 10em;
  29. }
  30. textarea {
  31. width: 100%;
  32. max-width: 100%;
  33. height: 100px;
  34. }
  35. .unavailable,
  36. .unavailable svg {
  37. color: var(--cRed);
  38. }
  39. }
  40. }