about-instance.component.scss 555 B

123456789101112131415161718192021222324252627282930313233
  1. @import '_variables';
  2. @import '_mixins';
  3. .about-instance-title {
  4. display: flex;
  5. justify-content: space-between;
  6. & > div {
  7. font-size: 20px;
  8. font-weight: bold;
  9. margin-bottom: 15px;
  10. }
  11. & > .contact-admin {
  12. @include peertube-button;
  13. @include orange-button;
  14. }
  15. }
  16. .section-title {
  17. font-weight: $font-semibold;
  18. font-size: 20px;
  19. margin-bottom: 5px;
  20. }
  21. .short-description, .description, .terms, .signup {
  22. margin-bottom: 30px;
  23. }
  24. .short-description .dedicated-to-nsfw {
  25. margin-top: 20px;
  26. font-weight: $font-semibold;
  27. }