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_content.scss (870B)


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